You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: