AdderNetCuda
AdderNetCuda copied to clipboard
CUDA实现'huawei-noah/AdderNet'的forward和backward
I followed the instructions in the readme file to run the code and getting the following error. Am I doing something wrong? File "/content/utils.py", line 39, in accuracy correct_k =...
used your training code, the accuracy is about 50%,but the paper's accuracy has achieved 90%,could you please tell me why?
Hello, I have a question. It seems that you set your code running on just one gpu, and how can I run via multi gpu?
Hi @jdnie Your code is impressive. However, when I try to use the cuda and run "python setup.py install", there are a lot of error. What is the reason? I...