Last active
November 28, 2018 06:03
-
-
Save czotti/b1e34c23a92e64490be83f3b8908bdbe to your computer and use it in GitHub Desktop.
Tiramisu keras implementation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Other question: in the "Encoded filtering" part, it looks like a dense block. It seems like you could have used
dense_block()
there. Am I missing something?