Closed hitlzy closed 2 years ago
@hitlzy Need to see if the comparison against your PyTorch script is fair. Are you sure that you're using all the PL features in your pure PyTorch script, too? e.g. Are you using anomaly detection context manager in your PyTorch script? (#12344) https://pytorch.org/docs/stable/autograd.html#anomaly-detection
Here's the checklist: #12398
Feel free to reopen this issue.
🐛 Bug
To Reproduce
When training large datasets, the speed is very slow. About ten times slower than pytorch. But when we reduced the dataset size, the training speed became normal again。
Because it is the company's code, it is not convenient for us to publicize the model. We make training public
Expected behavior
Environment
Additional context
cc @borda @akihironitta