Reputation
Badges 1
40 × Eureka!Yeah, I know how to do it manually from the web GUI using the button, that's just not scalable. What I need is the Python SDK code. It doesn't have to be a single liner.
I'm on windows, this is a python 3.6 conda venv, I think you can see the name of the env in the logs...
(and as you said, running as a module didn't change anything)
I can also send you a link to the task this created on our hosted allegro web server, to look at the logs, if that helps
hi TimelyPenguin76 I tried doing this, but it didn't work. When enqueueing the task the contents of the textbox were emptied and the script was not run. I did make sure that it was saved before clicking on enqueue (by changing to another task and back and making sure the script appeared).
ok, that's a difference, I did not start with python -m, as a module. I'll try that
TimelyPenguin76 I've been using this for a bit now, I would like to set it from code, just like I set docker image, for example. Can you point me in the right direction? I couldn't find anything in the docs
same same. I ran inside clearml git repo and got the same warnings
the only solution I see is to have another script that would run the test task using (for example) popen in a separate process.