
HappyDove3
11
Questions,
21
Answers
Active since 10 January 2023
Last activity
2 years ago
Reputation
0
Badges 1
21 × Eureka!Hi, I'm trying to access/use experiment's model+data+params My model and data are stored in s3 and I'm not sure what is the practice of getting them reddy to...
3 years ago
Hi, is there a way to get the tasks commit_id using the SDK ?
3 years ago
Hi, on the clearml web app, under settings -> users & groups, I want to know how can I change the Owner user to someone else.
2 years ago
Hi, I'm trying to use task.upload_artifact() for uploading numpy array / pandas DF as the documentation says it's possible, but I keep getting error. if name...
3 years ago
Hi, I logged my params to clearml like this: params_dictionary = {'max_depth': 20, 'max_features': 2} wandb.config = params_dictionaryAnd load them like this...
3 years ago
Another thing, can I get the git repo/commit info of my experiment through the SDK? Couldn't find it in the docs.
3 years ago
Hi, I'm logging plots using clearml sdk. The logging is automatic by running matplotlib and seaborn. One of my plots is sns.barplot, in the pycharm run I get...
3 years ago
Hi, is there a way to log sklearn metrices (like accuracy/precision) in a tabular way rather than plot ?
3 years ago
Hi, I'm running my experiments on remote ec2 machine. It works good but I noticed that it doesn't logs my repo/branch/working_dir, probably since my git is l...
3 years ago