ignite
ignite copied to clipboard
High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently.
Description: - Updated FBResearchLogger example doctring Check list: - [ ] New tests are added (if a new feature is added) - [x] New doc strings: description and/or example code...
We can't yet update due to the following errors on pytorch-infra: ``` Run actions/checkout@v4 /home/ec2-user/actions-runner/externals/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/ec2-user/actions-runner/externals/node20/bin/node) /home/ec2-user/actions-runner/externals/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required...
Based on my understanding, the calculation of fid should make use of feature vector(dim=2048) from the max pool layers of InceptionNet. However, the `FID()` metric in `fid.py` is initiliased as...
## ❓ Questions/Help/Support I am training neural networks using pytorch-ignite for a computer vision task. Currently, calculating metrics during validation takes a significant part of the validation time and I...
## ❓ Questions/Help/Support I observed in the training logs the message that I don't understand, could you please clarify what happens here and why? ``` INFO: Resuming from iteration for...
Fixes #2940 Description: Introduce a variable skip_unrolling in class Metric as discussed here https://discord.com/channels/831462531327328276/1110662056622964860/1253769540710567977 Check list: - [x] New tests are added (if a new feature is added) - [x]...
## 🐛 Bug description When summoning a slurm step with multiple tasks assigning GPUs with the `--ntasks-per-gpu` flag instead of the `--ntasks-per-node` as it seems it was intended, ignite uses...
Describe the bug: The text "Follow us on Twitter" on the home page should be updated to "Follow us on X" to reflect the new branding. To Reproduce: Steps to...
Fixes #3269 Description: Updated all mentions of "Twitter" to "X" in the README.md file Changed Twitter links to https://x.com/ in README.md and docs/source/_templates/layout.html Ensured consistency across the documentation for the...
## 🐛 Bug description  Not updated from twitter bird to X ## Environment - PyTorch Version (e.g., 1.4): - Ignite Version (e.g., 0.3.0): - OS (e.g., Linux): - How...