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.
What version of ClearML server are you using?
Are you self hosting a ClearML server?
!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?
I didn't connect the ClearML server separately.
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?
Hyperdatasets are the only ones that require a premium. If you're using normal datasets it should be fine.
Thank you! I'll write about the results.