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
I tried to train the whole model in the AVS repo, but got some errors.
According to this problem, i guess there are some bugs hidden in the AVS repo, or more precisely, the two lines 513 and 518 should be exchanged, and final the x1 = multi_scale[0].view(multi_scale[0].size(0),64,64,-1) need to be commented.
I tried to train the whole model in the AVS repo, but got some errors.
According to this problem, i guess there are some bugs hidden in the AVS repo, or more precisely, the two lines 513 and 518 should be exchanged, and final the
x1 = multi_scale[0].view(multi_scale[0].size(0),64,64,-1)
need to be commented.LAVISH/AVS/avs_scripts/avs_s4/model/PVT_AVSModel.py
Line 513 in 9e0b47e
LAVISH/AVS/avs_scripts/avs_s4/model/PVT_AVSModel.py
Line 518 in 9e0b47e
My Solution
The text was updated successfully, but these errors were encountered: