Hi, I try to train model using python 3, but I got below issue:
/home/v2m/anaconda3/envs/my_env3/lib/python3.7/site-packages/torch/nn/_reduction.py:46: UserWarning: size│
_average and reduce args will be deprecated, please use reduction='sum' instead. │
warnings.warn(warning.format(ret)) │
/home/v2m/anaconda3/envs/my_env3/lib/python3.7/site-packages/torch/nn/functional.py:2622: UserWarning: nn│
.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. │
warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") │
0.4247354666311015 │
0.5617590819998219 │
0.5815541637890524 │
0.6344758887881029 │
Traceback (most recent call last): │
File "pytorch_segmentation_detection/recipes/pascal_voc/segmentation/psp_resnet_50_8s_train.py", line 3│
76, in <module> │
optimizer.step() │
File "/home/v2m/anaconda3/envs/my_env3/lib/python3.7/site-packages/torch/optim/adam.py", line 107, in s│
tep │
p.data.addcdiv_(-step_size, exp_avg, denom) │
RuntimeError: value cannot be converted to type float without overflow: (3.52033e-08,-1.14383e-08)
Can someone give me suggestion?
Hi, I try to train model using python 3, but I got below issue:
Can someone give me suggestion?