cosine_metric_learning
cosine_metric_learning copied to clipboard
unknown layers, looking for the codes
I'm using Netron visualizer to see the architecture of your feature getter weights "tt1.pb", I understand that the bottom part of the network are coded in "network_definition.py" under create_network, since it is clearly named example "conv3_3".
However, my question is where are the codes creating the upper layers circle in RED? What is the purpose of this layers?

Ah..OK, if I'm not wrong, the code for the layers circled in Red are coming from "def create_trainer", from tf.map_fn... I hoped I am right.
Sorry, I am still unsure what this portion of the code does. Can you give me a general idea?