Gabor_CNN_PyTorch icon indicating copy to clipboard operation
Gabor_CNN_PyTorch copied to clipboard

WACV2018/TIP: Gabor Convolutional Networks

Results 10 Gabor_CNN_PyTorch issues
Sort by recently updated
recently updated
newest added

1. The dependency package version is important and this is the environment on my computer (python 3.6.8 ) - torch==1.1.0 - torchvision==0.2.2.post3 (I test torchvison==0.3.0 on windows,But the terminal tells...

Can it run on gup? My display cannot be compiled on gpu thanks

Can it run on gup? My display cannot be compiled on gpu thanks

Can it run on gup? My display cannot be compiled on gpu thanks

it came up with this error when I ran the demo

您好,想请教一下,网络在对第一层输入操作的时候有一个expending操作,如果输入是一通道,那么会扩展成重复的四个通道,然后使用一个4通道的卷积核依据论文的方法卷积,最终得到四通道。我想问一下,如果我不扩展直接操作,也就是说直接对一通道卷积核做四个方向的扩展,然后分别和输入做卷积,这样同样会得到一个四通道的输出,我认为这两种方式是有区别的,之所以这么思考是因为之后的卷积其实相当于是对卷积核的全部通道先扩展再卷积然后得到输出,这样和分组每组4通道卷积结果上看是一个道理的,但是对于输入来说expending这一步貌似是有区别的?您觉得我想的对吗,望指教!(一名15级北航学生谢过)

Hi there: I also tried install from another computer and I managed to install the gcn. With python 3.6, but at the moment when I want to run demo :...

Hi there, I try to run the command: **sh install.sh** But there is a problem and show this message: _In file included from :0:0: /usr/include/stdc-predef.h:40:1: error fatal: cuda_runtime.h: No existe...

Met an error when i run the demo with cpu "python main.py --model gcn" : Traceback (most recent call last): File "main.py", line 144, in train(epoch+1) File "main.py", line 107,...