-
I found how to set hyperparameter space
```
from autoPyTorch import HyperparameterSearchSpaceUpdates
search_space_updates = HyperparameterSearchSpaceUpdates()
search_space_updates.append(node_…
-
I came across this colab notebook that demonstrates how to use Auto-Pytorch.
https://colab.research.google.com/drive/1XhWT_crM91J1ay5BzDGWZ-vBLjyKqrEI?usp=sharing
This environment has python3.6.…
-
Greetings,
I am trying to run `autosklearn` as a part of my master's thesis, using external HPC infrastructure. The problem is that other libraries (e.g. `autopytorch`, `tpot`) require `scikit lear…
-
Dear AutoPyTorch developers,
Thanks a lot for this nice tool. I am trying this out and I seem to encounter an error with the default settings itself. Any help would be greatly appreciated.
I wa…
-
I didn't change anything. I just run all notebook.
I am using Windows 10, cuda 10-update 2 and Python 3.7.5. I have all necessary compliers. Auto-PyTorch successfully installed and imported.
...
# …
-
I just downloaded and run the example. There isn't error while installation.
torch=='1.4.0.dev20191207'
torchvision == '0.5.0.dev20191208'
Python == 3.7.5
There is tracback:
First error:
...(v…
-
Every time the master will get the following error, while the workers don't
Anyone knows how to fix it?
Thanks
exception: Traceback (most recent call last):
File "/users/JIACHEN/.loca…
-
In config/configspace there are files with a more readable parameters configspace txt version that the ones in core/presets and it reads as if you can set batch size using it. How do you use that for…
-
Hi, I find that the autonet prediction results are different from the result predicted by the pytorch model obtained from autonet using get_pytorch_model function. To be specific:
```res_autonet = au…
-
Hi,
Thank you for providing such wonderful work!
My question may be simple: I use the **fit** function to get the best model architecture and model parameters, optimizer, etc. But how can I save…