rastaman7
rastaman7
If I just use the code above, I get this error. Traceback (most recent call last): File "j_warp_default.py", line 79, in demo(args) File "j_warp_default.py", line 62, in demo flow_up[:,:,0] +=...
Thank you very much for sharing the bair code. I just want to confirm, when you say the architecture is different, you mean the dataset (and not the algorithm)?
Thank you for the response. We are currently running into a problem when using bair dataset. We get an error when trying to train using --channels=3. This is the steps...
@rrxi , No, we haven't been able to figure this out yet...
I had a similar problem, but fixed it by entering the correct number for the time_step argument. Your time_step is set to 1.0, but it should be set to 0.5,...