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
The Collaborative Multi-Band Discriminator in the line 130 is for updating the discriminator only, we take the detach to do copy to new tensor so that the generator don't get gradient.
In the line 148, we will update gradient for the generator
why do you detach()
Avocodo-pytorch/train.py
Line 130 in b298072
and not at
Avocodo-pytorch/train.py
Line 148 in b298072
@rishikksh20
The text was updated successfully, but these errors were encountered: