-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training metrics #544
Comments
Hello, can I be assigned ? I'll deal with it |
Of course! 😄 |
Yes, right there :) |
Just a question, by "CPU Memory usage", do you mean the RAM or something else ? |
Just the RAM, nothing fancy :) |
I can't get myself to figure out how non-hardware metrics work, what they mean and how to implement them. Is that okay if I only implement the hardware metrics (CPU use, memory use, GPU use, GPU memory) ? I'll add temperature metrics for the CPU and the GPU to compensate my incapability to understand deep learning-specific metrics. |
Yes no problem, you can submit a PR with only one metric if you want! |
Is this issue still relevant? I am interested to continue unfinished metrics. I have the following questions:
|
You can add metrics with any machine. To understand them, you can probably read some articles first like https://neptune.ai/blog/performance-metrics-in-machine-learning-complete-guide and then maybe use wikipedia for each individual metric you want to add. |
Hi, I’m just starting with Burn (and Rust) and I’m interested in this issue. I have a few questions I’d like to ask:
|
@duydl Since Rust offers feature flags, if we may create one Providing more losses could follow the same pattern: more is better and we may hide some behind feature flags when we have too many. |
The list should be updated as ROC AUC is now implemented. |
In burn-train, several metrics can be used during training. It would be great to have more!
The text was updated successfully, but these errors were encountered: