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
Hey, what's up?
Thanks so much for uploading the code.
regarding this line: def Var(*sz): return Parameter(Arr(*sz)).cuda()
I believe cudaing this decoder parameters is redundant as we are cudaing the decoder later on in the code.
The text was updated successfully, but these errors were encountered:
Hey, what's up?
Thanks so much for uploading the code.
regarding this line:
def Var(*sz): return Parameter(Arr(*sz)).cuda()
I believe cudaing this decoder parameters is redundant as we are cudaing the decoder later on in the code.
The text was updated successfully, but these errors were encountered: