Guest User

DAIN Log

a guest
Jan 15th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. Interpolate 1 frames
  2. The testing model weight is: ./model_weights/best.pth
  3. Framerate Index: 0
  4. E:\Temp\DAIN\DAIN_APP Alpha\torch\nn\functional.py:2494: UserWarning: Default upsampling behavior when mode=bilinear is changed to align_corners=False since 0.4.0. Please specify align_corners=True if the old behavior is desired. See the documentation of nn.Upsample for details.
  5. "See the documentation of nn.Upsample for details.".format(mode))
  6. ..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
  7. E:\Temp\DAIN\DAIN_APP Alpha\torch\nn\functional.py:2693: UserWarning: Default grid_sample and affine_grid behavior will be changed to align_corners=False from 1.4.0. See the documentation of grid_sample for details.
  8. warnings.warn("Default grid_sample and affine_grid behavior will be changed "
  9. ..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
  10. ..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
  11. ..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
  12. ..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
  13. ..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
  14. ..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
  15. ..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
  16. ..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
  17. ..\torch\csrc\autograd\python_function.cpp:622: UserWarning: Legacy autograd function with non-static forward method is deprecated and will be removed in 1.3. Please use new-style autograd function with static forward method. (Example: https://pytorch.org/docs/stable/autograd.html#torch.autograd.Function)
  18. Traceback (most recent call last):
  19. File "my_design.py", line 79, in render
  20. File "my_DAIN_class.py", line 469, in RenderVideo
  21. File "my_DAIN_class.py", line 202, in interpolate
  22. File "site-packages\torch\nn\modules\module.py", line 541, in __call__
  23. File "networks\DAIN_slowmotion.py", line 182, in forward
  24. File "site-packages\torch\nn\modules\module.py", line 541, in __call__
  25. File "Resblock\BasicBlock.py", line 82, in forward
  26. File "site-packages\torch\nn\modules\module.py", line 541, in __call__
  27. File "Resblock\BasicBlock.py", line 36, in forward
  28. File "site-packages\torch\nn\modules\module.py", line 541, in __call__
  29. File "site-packages\torch\nn\modules\conv.py", line 345, in forward
  30. File "site-packages\torch\nn\modules\conv.py", line 342, in conv2d_forward
  31. RuntimeError: CUDA out of memory. Tried to allocate 504.00 MiB (GPU 0; 8.00 GiB total capacity; 5.65 GiB already allocated; 348.04 MiB free; 45.36 MiB cached)
Add Comment
Please, Sign In to add comment