question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] optionally remove an experiment

See original GitHub issue

Hey, 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:closed
  • Created 6 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
chihyaomacommented, Sep 4, 2017

Well… I can’t remove the folder. The TensorBoard locks it down.

rm: cannot remove ‘experiment_name/’: Directory not empty

Not sure if this has anything to do with the fact that my log_dir is on NFS.

0reactions
lanpacommented, Apr 12, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found