Ronglei Ji

Results 3 issues of Ronglei Ji

Hi Xintao, How much memory did you need to train? I tried training by using the script provided in your repo and reserved 400G for training. WIth 8 gpus it...

Hi Xinyi, Thanks for your great work! I met segmentation fault when I am trying to train D3D model. The DCN is installed as follows: Installed /scratch/users/rji19/.conda/envs/pytorch1.2.0/lib/python3.7/site-packages/D3D-1.0-py3.7-linux-x86_64.egg Processing dependencies for...

if is_query: data_dash = ratio * ( torch.exp(data_dash - diag_data ) + eps) else: data_dash = ratio * ( torch.exp(data_dash - diag_data ) + eps)