Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Added DenseNet FCN #34

Merged
merged 23 commits into from
Mar 7, 2017
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
900d37b
Remove default test for now
titu1994 Feb 21, 2017
4639f51
Removed some erroneous comments from old densenet implementation in d…
titu1994 Feb 21, 2017
8f9d387
Managed to reduce the code duplication by shifting the builder to den…
titu1994 Feb 21, 2017
3b2b5ec
Corrected some comments
titu1994 Feb 21, 2017
8451178
Fix PEP8
titu1994 Feb 21, 2017
bdd9ef5
Added proper support for changing parameter nb_layers_per_block in or…
titu1994 Feb 21, 2017
b84f748
Added warning when using atrous conv upscaling and fall back to default
titu1994 Feb 21, 2017
968a0f4
Corrected changes as requested
titu1994 Feb 22, 2017
091a21d
Merge branch 'master' of https://github.com/farizrahman4u/keras-contr…
titu1994 Feb 22, 2017
fe02032
Correct the implementation to be more in line with the paper
titu1994 Feb 27, 2017
c86bb93
Added Subpixel convolution layer test
titu1994 Feb 28, 2017
70507df
Attempt running test again
titu1994 Feb 28, 2017
4aa331d
Fix a few mistakes
titu1994 Feb 28, 2017
1986348
Fix tests
titu1994 Feb 28, 2017
3634ca6
Add assertions to prevent using wrong dim ordering/backends when usin…
titu1994 Feb 28, 2017
2e466d0
Revert pytest settings
titu1994 Feb 28, 2017
c40c680
Correct name depth to space instead of depth to scale
titu1994 Feb 28, 2017
0bd720c
Corrected a bug with naming in SubPixelUpsampling
titu1994 Feb 28, 2017
96595f9
Merge branch 'master' of https://github.com/farizrahman4u/keras-contr…
titu1994 Mar 1, 2017
55d565f
Add documentation to SubPixelUpscaling layer
titu1994 Mar 1, 2017
ee0e31a
Fix typo
titu1994 Mar 1, 2017
6c656f1
Make SubPixelUpscaling work with any backend/dim ordering combination
titu1994 Mar 1, 2017
b0d9591
Removed extra comment line
titu1994 Mar 4, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading