ZikangXU

Results 4 issues of ZikangXU

I tried your submission.py to calculate disparity map of my own image, however it didn't work well. My environment is: python 2.7, pytorch 0.4.0, torchvision 0.2.0, scikit-image 0.13.0. Pretrained model:...

Hi paulmorio, I cloned your code, and tried the EEG part. However, my result is really strange: It seems that the code recognizes the data as only one category. Which...

Hello, I'm confused about your definition about _propogation_phase_out, could you please explain how it works? Thank you! Zikang Xu

Hi, I want to compute the second-order Hessian matrix for my custom nn.Module, which aims to replace the nn.Conv2D by CP decomposition, and I get this warning: ```shell /data/miniforge3/envs/fairmae/lib/python3.9/site-packages/backpack/custom_module/graph_utils.py:86: UserWarning:...