How can I find out the cause of the error?
Can you look at Colab? Maybe some library not loaded?
That's a good question ))) I don't know ))
Thank you! I'll write about the results.
Hyperdatasets are the only ones that require a premium. If you're using normal datasets it should be fine.
I didn't connect the ClearML server separately.
!pip install clearml
from clearml import Dataset
dataset = Dataset.create(
dataset_name="cifar_dataset",
dataset_project="dataset examples"
)
It sounds like you didn't set up your config. Did you ever initialize clearml?
What version of ClearML server are you using?
You might want to start with the first steps guide then:
None
Error: Datasets are not supported with your current ClearML server version. Please update your server.
Are you self hosting a ClearML server?