Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ayushman-shopin opened this issue Apr 12, 2018 · 2 comments
Open

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

ayushman-shopin opened this issue Apr 12, 2018 · 2 comments

Comments

@ayushman-shopin
Copy link

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
Copy link
Author

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

@hwang595
Copy link

hwang595 commented Apr 23, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants