Unanswered
Hey Trains Riders,
This Must Be Something Simple I Am Missing, But Still I Couldn'T Realize What The Problem Is.
I Am Trying To Run Trains-Agent On My Experiments.
Setup Of The Server And The Agent Is Fine, But I Am Struggling To Run Real Experiments (Not
Hi ColossalDeer61 ,
Xxx is the module where my main experiment script resides.
So I think there are two options,
Assuming you have a similar folder structure-main_folder
--package_folder
--script_folder
---script.py
Then if you set the "working directory" in the execution section to "." and the entry point to "script_folder/script.py", then your code could do:from package_folder import ABC
2. After cloning the original experiment, you can edit the "installed packages", and add a new line with:git+
https://github.com/user/repo/repo.git
This is the equivalent of doing pip install git+
https://github.com/user/repo/repo.git
What do you think?
141 Views
0
Answers
4 years ago
one year ago