Skip to content

Instantly share code, notes, and snippets.

@czotti
Last active November 28, 2018 06:03
Embed
What would you like to do?
Tiramisu keras implementation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lemairecarl
Copy link

lemairecarl commented May 18, 2017

Nice work, thanks!

Question: At the end of dense_block(), don't x_stack and connections contain the same data? And in transition_up(), you take the list of tensors coming from connections and you concatenate them together. Couldn't you just use x_stack?

@lemairecarl
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment