TorchStudio / torchstudio

IDE for PyTorch and its ecosystem
https://torchstudio.ai
MIT License
383 stars 27 forks source link

Issue with computational requirements exceeding system resources #3

Open cwoolfo1 opened 2 years ago

cwoolfo1 commented 2 years ago

Occasionally when I have tried to run a neural network whose parameters are too large on my laptop using TorchStudio or messed around with the dataset analyzers on a dataset that was too large for my computer, TorchStudio GUI would automatically closeout.

However, some of the processes I was trying to run will continue to run in the background. Now, normally this would not be an issue because I could use the top command on my machine to close out any process.

However, when these processes run in the background there are thousands of them and I cannot kill all of them.

Maybe try implementing some additional error messages for when the program reaches resource allocation issues and crashes to prevent this kind of issue.

divideconcept commented 2 years ago

Thanks for reporting this issue !