Reputation
Badges 1
69 × Eureka!Hi SweetBadger76
It worked great yesterday and also a week ago ..
I'm trying to figure out what happened because I did not make any change to the code
Hi SuccessfulKoala55 ,
First I create the task and change the output_uri to some folder I createdtask = Task.init(project_name='main', task_name='task', output_uri=r'C:\Users\Chen\Desktop\folder)
Than I used:task.upload_artifact
Now, in other task I want to upload the artifact by using get_local_copy()dataset_upload_task = Task.get_task(task_id=args['dataset_task_id']) local_json = dataset_upload_task.artifacts['dataset'].get_local_copy()
But the path that I got contain '' and '/' (i.e combination of unix and win foramt)
SuccessfulKoala55
Hi,
Using task.upload_artifact
In the init I passed output_uri=Folder
CostlyOstrich36 I have my own function that gives an estimate of performance, and I want to display it in the graph of each iteration.
And I am using tensorflow
CostlyOstrich36 I get the last iteration by task.get_last_iteration()
I want to report each iteration..
logger = task.get_logger()
train(model_dir=trained_model_dst, pipeline_config_path=pipeline_config_path, save_checkpoints_steps=args.checkpoints)
logger.report_scalar(title='evaluate', series='score', value=5, iteration=task.get_last_iteration())
CostlyOstrich36 having the reported tensorflow scalars show up on ClearML
Or do I have to dive into the code in train function and write the code there?
MelancholyElk85 How do I change the SCRIPT PATH/SCRIPT PATH
MelancholyElk85 So I need to change the paths each time?
Get stuck on:
Collecting pip<20.2
Using cached pip-20.1.1-py2.py3-none-any.whl (1.5 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.3.1
Uninstalling pip-21.3.1:
Successfully uninstalled pip-21.3.1
Successfully installed pip-20.1.1
Collecting Cython
Using cached Cython-0.29.24-cp38-cp38-win_amd64.whl (1.7 MB)
Installing collected packages: Cython
Successfully installed Cython-0.29.24
Collecting boto3==1.19.9
Using cach...
I need to change to pipe.set_default_execution_queue('services')?
or leave it defult?
And again only in docker mode CostlyOstrich36
The sdk.aws.s3.credentials.0.host and sdk.aws.s3.credentials.0.key, yes