densenet-pytorch
densenet-pytorch copied to clipboard
A PyTorch Implementation for Densely Connected Convolutional Networks (DenseNets)
Hello there! Very happy to use your code, I have a question looking forward to your reply! In ``train.py" losses.update(loss.data[0], input.size(0)) top1.update(prec1[0], input.size(0)) loss.data seems just a number (torch.Size([])) and...
When I use your code to train on ImageNet, the commonly used batch size 256 or 128 does not work due to short of gpu memory, how can I solve...
Hello there! Very happy to use your code, I have a question looking forward to your reply! The same structure of DenseNet, the parameters of the pytorch version are much...
when I runed the same code with you ?How to solve this error?Thank you very much! I have solved the last question,Thank you very much
Hey Andreas, Do you have an implementation of FCN DenseNet https://arxiv.org/pdf/1611.09326.pdf paper? Thanks!