DeepLearningImplementations icon indicating copy to clipboard operation
DeepLearningImplementations copied to clipboard

Densenet: takes at least 3 arguments (4 given)

Open ayushman-shopin opened this issue 6 years ago • 2 comments

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 avatar Apr 12 '18 06:04 ayushman-shopin

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

ayushman-shopin avatar Apr 12 '18 06:04 ayushman-shopin

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

hwang595 avatar Apr 23 '18 21:04 hwang595