
Reputation
Badges 1
125 × Eureka!The package on my index is called data-service-client
, see the log below:Looking in indexes:
,
`
WARNING: The repository located at unicorn is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with '--trusted-host unicorn'.
ERROR: Could not find a version that satisfies the requirement data-service-client==1.0.0 (from -r /tmp/cached-reqs1...
i'm guessing the cleanup_period_in_days can only actually run every day or whatever if the script is enqueued to services
Hey SuccessfulKoala55 thanks for the answer.
any ideas how I can try to fix this?
tagging @<1523701205467926528:profile|AgitatedDove14> here just in case 😅
hiya Jake, how do I inject this with the extra_docker_shell_script
setting?
do I need to set the extra_index_url
in clearml.conf
as well?
I am tagging AgitatedDove14 since I sort of need an answer asap...!
i expected to see 2 tasks running, and then when completed the remaining 2 could start. Is this not the expected behavior?
logger.report_media( title=name_title, series="Nan", iteration=0, local_path=fig_nan, delete_after_upload=delete_after_upload, ) clearml_task.upload_artifact( name=name_title, artifact_object=fig_nan, wait_on_upload=True, )
I am curious about the updates on version 1.0.0, where can I see some info regarding this?
Passing state information from pre to postprocessing and the dynamic preprocessing code thing, for example
Ah, so you're saying I can write a callback for stuff like train_loss
, val_loss
, etc.
Ok, going to ask the server admins, will keep you posted, thanks!
SuccessfulKoala55 I can't get it to work... I tried using the pip conf locally and it works, but the agent doesn't seem to be able to install the package
Hi CostlyOstrich36
I added this instruction at the very end of my postprocess
functionshutil.rmtree("~/.clearml")
i'm just interested in actually running a prediction with the serving engine and all
Absolutely, I could try but I'm not sure what it entails...
And then you'll hook it
Hey AgitatedDove14 , did you get a chance to look at this?
i'm probably sending the request all wrong + i'm not sure how the model expects the input