Answers for "pytorch check if model is cuda"

2

how to check weather my model is on gpu in pytorch

next(network.parameters()).device
Posted by: Guest on June-28-2020

Python Answers by Framework

Browse Popular Code Answers by Language