densenet icon indicating copy to clipboard operation
densenet copied to clipboard

A keras implementation of DenseNet

Results 2 densenet issues
Sort by recently updated
recently updated
newest added

@seasonyc Hi, I try to run the DenseNet, and It occurs the following error when the input shape is (28,28,1). > Using TensorFlow backend. > Creating DenseNet > ############################################# >...

Hello, thank you for your work and blog! I have one question on https://github.com/seasonyc/densenet/blob/master/weights-verify.py#L1 what is the package "vis" here? thanks in advance