You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran "examples/train_mnist_Minimizer.py", the following warning was output.
/home/user/.pyenv/versions/py38-pytorch/lib/python3.8/site-packages/torch/autograd/__init__.py:200: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at ../torch/csrc/autograd/engine.cpp:1151.) Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass
I ran a script to optimize iteratively a pytorch module, and torch.cuda.OutOfMemoryError is occured.
pytorch version which I used is 2.0.1 and I used CUDA.
The text was updated successfully, but these errors were encountered:
Hello,
When I ran "examples/train_mnist_Minimizer.py", the following warning was output.
I ran a script to optimize iteratively a pytorch module, and torch.cuda.OutOfMemoryError is occured.
pytorch version which I used is 2.0.1 and I used CUDA.
The text was updated successfully, but these errors were encountered: