tdeboissiere / DeepLearningImplementations

Implementation of recent Deep Learning papers
MIT License
1.81k stars 651 forks source link

Densenet: takes at least 3 arguments (4 given) #69

Open ayushman-shopin opened 6 years ago

ayushman-shopin commented 6 years ago

When I change the code to make depth 40, dense block 3, k=12

File "run_cifar10.py", line 206, in args.plot_architecture) File "run_cifar10.py", line 91, in run_cifar10 weight_decay=weight_decay) File "/home/ubuntu/GPT/DeepLearningImplementations/DenseNet/densenet.py", line 177, in DenseNet weight_decay=weight_decay) TypeError: transition() takes at least 3 arguments (4 given)

ayushman-shopin commented 6 years ago

The code is running fine with the default options. When Change to depth 40, dense block 3, k=12 its throwing error

hwang595 commented 6 years ago

@ayushman-shopin please refer to #70 to see if that solves your problem.