This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Replies: 1 comment
-
Just in case anyone is facing the same problem, I just realized that you can load the information from a YAML file into an
I still couldn't find a way to do it completely from the Python API, and the documentation still contains an error in this page, as the code included throws an error, or at least I couldn't make it work. Regards. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
First of all thank you for the amazing application. I would like to ask something and also report an error in the documentation,.
I'm trying to execute a remote hyperparameter optimization using python API, but I'm unable to add the remote machine to the pool of available devices. I tried the code snippet that appears in this page. However, it tells me that ExperimentConfig object has no attribute machines. The only thing similar that I found is the
machine_list
attribute of thetraining_service
object inside theExperimentConfig
, but I'm unable to add them there as well, as its type is adataclasses._MISSING_TYPE
.The documentation about running experiments in remote machines is using yaml files everywhere. I also tried to import a yaml configuration to an
ExperimentConfig
object with no success, so I'm limited to CLI to run experiments in remote machines. I'm sure there must be a way to do it with Python API, but I'm unable to find it, hope you can help me.Kind regards.
Víctor
Beta Was this translation helpful? Give feedback.
All reactions