Reputation: 1073
I'm looking for something like this:
but with MXnet or Keras.
Upvotes: 2
Views: 752
Reputation: 65
I found some examples in this repository:
https://github.com/fchollet/keras/tree/master/examples
Maybe it's what you are looking for.
Edit:
You can search in the Keras documentation
I made a search for "learning image embeddings" and found some articles: https://keras.io/search.html?q=learning+image+embeddings
Sorry if I can't provide some code about this, I never worked with deep learning codes. Hope it helps.
Upvotes: 1