-
The correct way of saving DP/DDP checkpoints is to access the module parameter of the class.
Please do that instead of saving the whole DP/DDP class' state dict and then trimming the name.
-
## 🐛 Bug
Matrix multiplication does not work properly on Torch 1.8.1 with CUDA 11.1 when running on a 1080Ti with 460 or 465 Nvidia drivers.
## To Reproduce
1. Save this test script as test.p…
-
Peace, gradio keep loading forever after local URL: http://127.0.0.1:7860 is opened, i checked browser console and this is the conole log:
index.js:288 Could not get api details: Failed to execu…
-
## 🐛 Bug
When a model that worked properely on a pure python is scripted, it works with a huge delay (1274s vs 0.031s before scripting), while the result at last is the same.
Below are timings f…
-
- https://docs.ray.io/en/master/tune/examples/tune-pytorch-cifar.html
-
Hi,
I'm trying to speed up training by using a multi-processing in the DataLoader, however this throws an error. Any insight would be appreciated.
Here is a snippet of code
```
trainloader = t…
-
## 🚀 Feature
Idea is to provide Expected Calibration Error metrics as coded in Baal : https://github.com/ElementAI/baal/blob/master/src/baal/utils/metrics.py#L88
cc @Dref360
-
## ❓ 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 provided…
-
fatal: not a git repository (or any parent up to mount point /gpfs)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
world_size 0
root_dir ./
id_prop_csv_file exists True…
LTJer updated
3 months ago
-
## 📚 Documentation
Currently we have imported the class in the handlers and metrics docs with `module.class_name` and `class_name`.
[handlers docs](https://pytorch.org/ignite/master/handlers.html) […