
Reputation
Badges 1
57 × Eureka!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
(with the right branch, commit and all...)
ok, thank you 🙂 i will check it
@ https://app.slack.com/team/UT8T0V3NE any idea for what is the reason they are not listed there?
and it continues... but nothing about time out
i can send requirements.txt if needed
@ 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)
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...
if i stopped the running of the Original one before it ended, can it be the problem?
so yea... the packages are not there...
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...
"Trains will analyze the entire repository if this is a git repo" it is a git repo...
when i connect to the VM and run the script from the the git repo that was clonned by trains at ".trains/venvs-builds/3.5/task_repository/agroscoutai.git" it works but when i run it from the board bt enque it to the worker it fails on the error "ImportError: No module named 'help_models'"
"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
where can i see it? to where the project is clonned?
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... 乁( ͡° ͜ʖ ͡°)ㄏ
"what's the trains/trains-agent/trains-server versions ?" how can I check it?
it is my first time using Allegro so I am new to this...
Interesting... the code looks similar... i really don't know why it didn't showed the models in my trainings... I will try to add it manually for now