Did something happen to ClearML? I arrived in the morning and saw that I had a lot of tasks that had disappeared from the board. All tasks were dataset type ...
2 years ago
Im trying to run this exmple : https://clear.ml/docs/latest/docs/guides/pipeline/pipeline_controller But getting 'Could not find queue named "services", What...
3 years ago
Hi, Anyone know how to report scalars with tenserflow? Thanks
2 years ago
Hey all, I'm running a task inside docker, and one of the functions call: latest_dataset = Dataset.get(dataset_project=dataset_project]) A I get: raise Value...
2 years ago
Hi everybody, I'm trying to run an experiment inside a Docker and I get: Repository cloning failed: Command '['git', 'checkout', 'commit-id', '--force']' ret...
2 years ago
Hey, If I uploading a new dataset with parent, but the child dataset==parent dataset it will work? Thanks
2 years ago
Hi, That I'm running the line dataset = clearml.Dataset.get (dataset_project = 'datasets', dataset_tags = ....) I get: File "/root/.clearml/venvs-builds/3.8/...
2 years ago
Hi all, I have python file build_pipeline, that contain PipelineController with one step only. When I try to run the file I get 'build_pipline.py': [Errno 2]...
3 years ago
Hey all, Im using s3 as files_server. When I run a task not in a docker everything works, that I run the same task in a docker I get: raise ValueError("Could...
2 years ago
Hey all, I'm trying to get artifact that store locally in windows, like that: local_json = dataset_upload_task.artifacts['merged'].get() But the file include...
3 years ago