[Feature Request] optionally remove an experiment
See original GitHub issueHey, thanks for the great work!
It would be even better if there is an option to optionally remove a particular experiment like what we have in Crayon.
from pycrayon import CrayonClient
# Connect to the server
cc = CrayonClient(hostname="server_machine_address")
cc.remove_experiment(xp_name) # remove the 'xp_name' experiment
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Terraform 1.3 module_variable_optional_attrs experiment ...
Starting in 1.4 the feature should be removed and the defaults function removed. I realize the whole point of hiding this behind the...
Read more >Using Feature Flags for A/B Testing & Optionally Enable ...
When rolling out a new feature in production with real users, it's often useful to be able to turn it on and off...
Read more >Delete an Experiment - Optimizely
Delete Experiment by ID. ... delete https://api.optimizely.com/v2/experiments/ {experiment_id}. Delete Experiment by ID ... Make a request to get started!
Read more >Amazon CloudWatch Evidently – Experiments and Feature ...
I enter a Project name and Description. Evidently lets you optionally store events to CloudWatch logs or S3, so that you can move...
Read more >Clean Up Amazon SageMaker Experiment Resources
You can't delete Experiment resources through the SageMaker Management Console or the Amazon SageMaker Studio UI. This topic shows you how to clean...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well… I can’t remove the folder. The TensorBoard locks it down.
Not sure if this has anything to do with the fact that my log_dir is on NFS.
remove_all_experiments
is not provided by tensorboardX. I suggest using command line to remove the folders. The original issue seems OS related (file lock). Feel free to open new issue.