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

In 'DenseNet/densenet.py', line 176 'x = transition(...)' missing 'concat_axis' #86

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2019

  1. Update densenet.py

    update line 176
    turn 'x = transition(x, nb_filter, dropout_rate=dropout_rate, weight_decay=weight_decay)' into
    'x = transition(x, concat_axis, nb_filter, dropout_rate=dropout_rate, weight_decay=weight_decay)'.
    zzm422 authored Mar 13, 2019
    Configuration menu
    Copy the full SHA
    a61293f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from zzm422/zzm422-patch-1

    Update densenet.py
    zzm422 authored Mar 13, 2019
    Configuration menu
    Copy the full SHA
    1551cf4 View commit details
    Browse the repository at this point in the history