Unanswered
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/Lib/Python3.8/Site-Packages/Clearml/Datasets/Dataset.Py", Line 1534, In Get
Dataset_Id = Cls
is it a task you are trying to access to or a dataset ? if you need to retrieve a task, you should use Task.get_task()
if i do that :ds=Dataset.create(dataset_project='datasets',dataset_name='dataset_0')
it will result in the creation of 2 experiments :
results page: the task that corresponds to the script that launched the dataset creation - it will be in PROJECTS/datasets/.datasets/dataset_0 dataset page: the dataset itself : would be in DATASETS/dataset_0
190 Views
0
Answers
2 years ago
one year ago