Closed PhMueller closed 2 years ago
Hey, thanks for reporting this bug. We'll incorporate this in the next release which should be released very soon.
Hi, we have fixed this issue in the latest release. You can install it using pip install autoPyTorch==0.2.1
. I am closing this issue for now.
Hi guys,
I was trying out your fantastic tool and found a small bug.
Issue Description
An exception will be raised when specifying the argument
pipeline_options
in thefit_pipeline
function.Steps To Reproduce
Problem/Solution:
In api/base_task Line 1635-1638
The
update()
function returnsNone
.Replacing it with the following would remove the error:
Current workaround:
Your Local environment