codeghees
codeghees
Yeah - I was sending just the name - send the entire object. @sarykemmoun2
Hi Rafae - see if this helps https://medium.com/@acpanjan/download-google-drive-files-using-wget-3c2c025a8b99****
@p0p4k do you know the bug here?
yep
In the same boat.
Yep, will do! Trying to debug this.
@p0p4k bug is on line `scaler.scale(loss_gen_all).backward()` Seems like GradScalar has issues with multi-gpu. I removed it and replaced it with standard backprop. The issue persists. Looks like a multi GPU...
Haven't tested yet. Trying a run with fp16 enabled.
Hey, thanks for replying! I did take most of the code from that repo. I am trying to debug why my alignment curve looks like this:  `align_loss` is being...
So this above graph is after training for several days and thousands of steps. It seems like some bug - maybe in shape size or sth. The output is basically...