ZXXaaaa

Results 4 issues of ZXXaaaa

When run hidden_states, residual = fused_add_norm_fn( hidden_states if residual is None else self.drop_path(hidden_states), self.norm.weight, self.norm.bias, residual=residual, prenorm=True, residual_in_fp32=self.residual_in_fp32, eps=self.norm.eps, ) then go into layernorm.py and run y, mean, rstd, residual_out...

Thanks for your work! However, I have come across some questions and want to ask. When I want to load the model pwc_net_chairs.pth.tar, an error occurred in the program: CUDA...

When I calculate the optical flow of two images, the flow_predictions of raft are all nan. I swear there is no problem with my image data. Have anyone experienced the...

Sorry to bother you! When i run the code ```for batch, (lr, hr, idx_scale) in enumerate(tqdm_train):``` on the line 51 in the trainer.py, the code can't get into the for...