
Reputation
Badges 1
57 × Eureka!yep... i changed the working dir to "." and the script path to stages/agro_api and now it works... now i feel like i wasted your time on a very stupid issue... 乁( ͡° ͜ʖ ͡°)ㄏ
it is my first time using Allegro so I am new to this...
if i understand correctly it clones the git, install all packages and run the script so if I have something in the git repo it should be cloned... am I missing something?
"what's the trains/trains-agent/trains-server versions ?" how can I check it?
OK I guess you ment the installed packages on the execution tab and i looked at the log.. so there i see the following:
Python 3.7.5 (default, Nov 7 2019, 10:50:52) [GCC 8.3.0]
argparse_utils == 1.3.0
trains == 0.14.3
Detailed import analysis
**************************
IMPORT PACKAGE argparse_utils
simple_pipe2.py: 10
IMPORT PACKAGE trains
simple_pipe2.py: 9
in the "original one"'s log i see:
TRAINS Task: created new task id=2eec56cb60e9441897a4af9c10f656c0
TRAINS new package available: UPGRADE to v0.15.0 is recommended!
Release Notes:
Features
- Add automation support including hyper-parameters optimization (see example here )
Task.init()
auto_connect_arg_parser
argument can accept a dictionary disabling specific keys from the argparser (Tr...
ok, thank you 🙂 i will check it
@ https://app.slack.com/team/UT8T0V3NE ok so I see the packages that are listed are the ones that are imported on the python script that runs but it doesn't include the ones it needs from imports from other inner classes... I guess it is the way it works, so i need to specify all the packages that are not on the py script i run? (all the packages that the inner classes are using)
so yea... the packages are not there...
if i stopped the running of the Original one before it ended, can it be the problem?
I ran it till the end first time and it ended successfully but i put the trains commend line on comment so i didn't see it on trains,,, so i ran it again and stoped it at the middle...
and it continues... but nothing about time out
"Trains will analyze the entire repository if this is a git repo" it is a git repo...
in the clone I see "Environment setup completed successfully" and nothing about timeout
"And the git is registered on the experiment correctly ?" how can I check it? (it is the same git repo were the script is running just in different dir...
project/stages/alegro_api
project/help_modls
but I belive it should have work with 0.14.1 as well
so I didn't have much time to upgrade all the packs because I have some issues with that but it is on my todo list