[Feature Request] Apply `detach` to `y_pred` in metrics
See original GitHub issueFollowing the discussion in slack:
vfdev :
In some sense currently we have probably a protection as metrics are computed in
evaluator that calls with torch.no_grad()
so there is no graph built
even after in metric’s update methods. However in general case we need
to reconsider that…
Jason Kriss : Ah yea, I guess since we do support accumulating metrics on a trainer (and not just an evaluator) we need to handle this.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Guide Feature Requests: Metrics and more - Zendesk help
This includes things like general discussion, product feedback, and announcements. While trying to build our community, we've noticed a few key ...
Read more >Feature Importance and Feature Selection With XGBoost in ...
How to use feature importance calculated by XGBoost to perform feature selection. ... predictions = [round(value) for value in y_pred].
Read more >Kaggle's Feature Engineering – Weights & Biases - Wandb
In this report, you will learn a practical approach to feature engineering. You'll be able to apply what you learn to Kaggle competitions...
Read more >How to handle feature requests from users with Intercom and ...
Here is how we at gixtra.com get from features requests of users to happy ... Evaluate metrics of new feature and ask customer...
Read more >Feature Requests - ReadMe Documentation
Have an idea for a new feature? Let us know by submitting to our planning board. Share your email address when you create...
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
@anmolsjoshi no, I let you submit a PR with the code and with tests, please, if you do not mind 😃
Is help wanted for this issue? Can I help?