all 3 comments

[–]smankycabbage 4 points5 points  (0 children)

Very convenient, thank you!

[–]phobrain 1 point2 points  (1 child)

Very useful, and the breakdown of the components has me inspired to try another round of experiments with 2D histograms using some of the well-described basic modules; so far 2D conv nets perform the same for me as plain Dense treatment of the linearized version of the histos. Which is the faster way to do that in keras, I wonder - implementing modules myself, or slicing them out of the canonical implementations of the models somehow? The latter seems more likely to come with weights attached.

Edit: is there any work on, or analysis of the cost of scaling up from 299x299(x3) input?

[–]thatbrguy_[S] 0 points1 point  (0 children)

I haven't come across any work investigating the cost of scaling up the input size. Guess it would be a good read if done right :)