DataCanvasIO / Hypernets

A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains.
https://hypernets.readthedocs.io/
Apache License 2.0
260 stars 40 forks source link

There may be some issues with the code #98

Closed jialwdjial closed 5 months ago

jialwdjial commented 6 months ago

I noticed that using the pip install hyperkeras command did not download the hyperkeras related packages (i used python3.8), so I directly downloaded and referenced the hyperkeras code library, and then used the code about defined in the CNN neural architecture search in the document you provided. However, I found the following error, which part of the definition is missing. I hope to receive your reply as soon as possible. Thank you %U~DPG%RQ_U7M4`_B9`I7A7 {8O71K VABXIJLD0A~R%(L8

lixfz commented 6 months ago

Hi, Thanks for your message! We fix it in the lastest source code, and will release it later.

Currently, you can fix it with the command:

 pip install  --force-reinstall --no-deps  git+https://github.com/DataCanvasIO/Hypernets