Reputation
Badges 1
13 × Eureka!I'm getting "Object of type "StrictSession" is not callable"
OK, thanks. I'll look into it. I might be able to handle the injections via some cloudflare rules.
I'm looking at from
clearml.backend_api.session.client
import
APIClient
rigt now.
I found this... It works as long as the initial data files uploaded are converted to csv files (e.g., excel, .sav, .spss etc).
preprocess_task = Task.get_task(task_id='xxx123')
local_csv = preprocess_task.artifacts['data'].get_local_copy()
Both uploads were from the same machine and same Task()
I'm currently running a self-hosted deployment. Can the host server's service agent be used?
Version is 1.11.1
Also have clearml-agent 1.5.2, clearml-serving 1.3.0 and clearml-session 0.4.0
wait_on_upload=True seems to have fixed it...
I can reproduce the problem in a notebook and post it on Github if that helps.
Thanks. @<1584716355783888896:profile|CornyHedgehog13> , I considered this. is the chunk order deterministic? As in, can I rely on chunk [0] always referring to the same file object if additional files are added?