DCNets icon indicating copy to clipboard operation
DCNets copied to clipboard

Implementation for <Decoupled Networks> in CVPR'18.

Results 4 DCNets issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/home/tanglin/data/Code/DCNets/dcnet_cifar100/linear_cos/train_resnet.py", line 161, in train(args.base_lr, args.batch_size) File "/home/tanglin/data/Code/DCNets/dcnet_cifar100/linear_cos/train_resnet.py", line 49, in train vgg.build(images, n_class, is_training) File "/home/tanglin/data/Code/DCNets/dcnet_cifar100/linear_cos/architecture.py", line 168, in build name='root', bn=True, pad='SAME',...

rt。Do you plan to implement with pytorch?? Or someone want to try??

Hi, I am a little confused with the code. Do you decoupled all the conv layers except for the last one( Fully connection layer) ? So the vector w is...

thank you for your greate jobs. I see you report the result with res-18 for imagenet in your paper. Do you have trained more deep layers for imagenet or some...