Thank you! I'll write about the results.
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"
)
Are you self hosting a ClearML server?
It sounds like you didn't set up your config. Did you ever initialize clearml?
Hyperdatasets are the only ones that require a premium. If you're using normal datasets it should be fine.
That's a good question ))) I don't know ))
How can I find out the cause of the error?
Can you look at Colab? Maybe some library not loaded?
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.