You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After successfully uploading an experiment, I was unable to create a job using default parameters without adding values={} in the client.experiments.jobs.create() method. Omitting values={} returns an internal server error 500 which was a little confusing to me.
To Reproduce
My current Jupter Notebook is very similar to Julian's here
Describe the bug
After successfully uploading an experiment, I was unable to create a job using default parameters without adding
values={}
in theclient.experiments.jobs.create()
method. Omittingvalues={}
returns an internal server error 500 which was a little confusing to me.To Reproduce
My current Jupter Notebook is very similar to Julian's here
In his cell block with this code:
the bug should reproduce if you remove
values={"epochs":"1"}
Expected behavior
If the
values
kwarg is not passed in, it should default tovalues={}
probably?Desktop:
Server
The text was updated successfully, but these errors were encountered: