Question 30 (Intermediate - PyTorch):
What is the purpose of
A) Disables model training
B) Speeds up computations by disabling gradient tracking
C) Forces GPU memory cleanup
D) Enables distributed training
#Python #PyTorch #DeepLearning #NeuralNetworks
✅ By: https://t.me/DataScienceQ
What is the purpose of
torch.no_grad()
context manager in PyTorch? A) Disables model training
B) Speeds up computations by disabling gradient tracking
C) Forces GPU memory cleanup
D) Enables distributed training
#Python #PyTorch #DeepLearning #NeuralNetworks
✅ By: https://t.me/DataScienceQ
🔥1