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