Reputation
Badges 1
40 × Eureka!AgitatedDove14 it is happening on an offline network, would be tricky to set it up we will try. so far the errors we observed were either:
Calling upload callback when starting upload: maximum recursion depth exceeded
Or
something like pending for upload (might be because we archived a run while it was uploading)
AgitatedDove14 the option you mentioned just before sounds much better for me, I must admit I find the name of the method confusing. I came across it before but thought its only relevant for credentials
AgitatedDove14 The use case is conditional choice of a server config, when ran locally or on the cloud..
I was trying to do exactly as you mentioned setting the environment variable before any trains import but it didn't work (and also its a mess in terms of my code).. I was hoping there is another way to go about it.. if not I'll try to create a minimal reproducible example..
AgitatedDove14 it does, and it did, but for some reason I couldn't make it to work this way..
I require some additional imports before to infer the config path dynamically.. but even when I stripped down the code and made sure there is no other trains imports anywhere it still didn't work..
I'll try to go with this option, I think its actually perfect for my needs
I didn't get to test it on the cloud yet and trying to make final adjustments
Hi AgitatedDove14 , path to the config file for trains manual execution
I think the latter. the specific use-case I'm talking about is running experiments on one machine, and using a local server on another machine to read the "logs" \ artifacts
"does not support running with no server connection." this is what I was afraid of..I'll need to figure out if I can use trains at all 😞
I refer to all the info that accessible through the webApp
and I will also be happy to see if I can contribute maybe to this specific feature or maybe others
yes, I have limited access to the machine that is running the experiment. I can't setup a server there. but I want to collect the results and view them later
if I don't have internet connection on the other machine, can I just copy the artifacts and transfer them to my local machine?
thanks SuccessfulKoala55 , the question arose after trying to follow the instructions you attached. it seems that installing a docker on windows 10 Home is somewhat problematic
yes I will be happy to, its gonna be my first time
by communication that the artifacts are streamed from the machine running the experiments to the local server?
can it be done "offline" after the experiments run view them in my local server?
by WebApp you mean the public online one? I might be confusing stuff
Hi AgitatedDove14 , regarding the slider feature, do you know when would it be released?
cool, AgitatedDove14 so just to confirm:
To get the desired behavior, uploading artifacts on import_offline_session
The needed action is: setting the development.default_output_uri in the offline machine run (and nothing else?)
yes that's what I meant.. this is good, thanks
much appreciated, thanks!
TypeError: 'bool' object is not callable
edit: tweaked it a little bit for my use-case:is_demo_server = '
http://demoapi.trains.allegro.ai ' in Session.get_api_server_host()
is_server_available = requests.get(Session.get_api_server_host() + "/debug.ping").status_code == 200
the ok() call seem to crash