Unanswered
Trying To Access The Csv File Uploaded On The Clearml Dataset In My Local Device Is Giving Me Some Errors
just do:import os.path as op dataset_folder = Dataset.get(dataset_id="...").get_local_copy() csv_file = op.join(dataset_folder, 'salary.csv')
163 Views
0
Answers
2 years ago
one year ago