CliqueNet icon indicating copy to clipboard operation
CliqueNet copied to clipboard

Convolutional Neural Networks with Alternately Updated Clique (to appear in CVPR 2018)

Results 9 CliqueNet issues
Sort by recently updated
recently updated
newest added

Hello,I use python3.6 to run the program. But I had a problem like this, if os.path.exists(result_dir) == False: File "D:\Downloads\Software\python37\lib\genericpath.py", line 19, in exists os.stat(path) TypeError: stat: path should be...

I have downloaded the code and data set, how to run the program? my version is python3 with tensorflow1.5,I have hanged the code to python3,but cannot run it.

hi, i have a problem :Traceback (most recent call last): if not exists(result_dir): os.mkdir(result_dir) TypeError: mkdir: can't specify None for path argument can you tell me how to fix it...

Hi ! how do you calculate number of parameters and Gflops? Do you have code ? Thanks!

There is a model, CliqueNet (k = 150; T = 30), in Table 4 in your paper. I have trained it using the command: `python train.py --gpu 0 --dataset cifar-10...

There is a sentence in your paper: > We train our models using stochastic gradient descent (SGD) with 0.9 **Nesterov momentum** and 10-4 weight decay. But in line 77 in...

> The parameters are initialized according to [12] and the weights of fully connected layer are using Xavier initialization [10]. is written in your paper. However, Pytorch code for ImageNet...

In the paper the Table 1 Bottom layers should be addressed as Top Layers and vice versa. Because, the all layers except input layers are being updated and X0 is...