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
TrainingTraceback (most recent call last):
File "main.py", line 323, in <module>
main(args)
File "main.py", line 137, in main
args.debug, args.flip)
File "main.py", line 198, in train
output = model(input_var)
File "/home/john/Virtualenv/venv/lib/python3.5/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
File "/home/john/Virtualenv/venv/lib/python3.5/site-packages/torch/nn/parallel/data_parallel.py", line 141, in forward
return self.module(*inputs[0], **kwargs[0])
File "/home/john/Virtualenv/venv/lib/python3.5/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
File "/home/john/Documents/Projects/Pytorch/pytorch_FAN-master/models/fan_model.py", line 184, in forward
hg = self._modules['m' + str(i)](previous)
File "/home/john/Virtualenv/venv/lib/python3.5/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
File "/home/john/Documents/Projects/Pytorch/pytorch_FAN-master/models/fan_model.py", line 142, in forward
return self._forward(self.depth, x)
File "/home/john/Documents/Projects/Pytorch/pytorch_FAN-master/models/fan_model.py", line 137, in _forward
up2 = F.interpolate(low3, scale_factor=2, mode='nearest')
File "/home/john/Virtualenv/venv/lib/python3.5/site-packages/torch/nn/functional.py", line 2429, in interpolate
return torch._C._nn.upsample_nearest2d(input, _output_size(2))
RuntimeError: CUDA out of memory. Tried to allocate 128.00 MiB (GPU 0; 3.95 GiB total capacity; 2.85 GiB already allocated; 123.81 MiB free; 103.31 MiB cached)
What's wrong?
The text was updated successfully, but these errors were encountered:
What's wrong?
The text was updated successfully, but these errors were encountered: