Chen Qiu
Chen Qiu
Hi Is there any possible to run the whole codes in Python 3? When I run the code of run_all.py, I import pickle instead of cPickle in Python 3 and...
Hi In the file of modules/attention.py, the class MultiHeadAttention(nn.MultiheadAttention) is reported an error: class MultiHeadAttention(nn.MultiheadAttention): AttributeError: module 'torch.nn' has no attribute 'MultiheadAttention' I use the pytorch=0.4.1. Is there any version...
Hi Renyi, Thanks for your sharing github project of homepage. I have made my own homepage except the adjusted head part at https://chenq1114.github.io/. Through editing the navigation.yml file, I add...