cosine_metric_learning icon indicating copy to clipboard operation
cosine_metric_learning copied to clipboard

unknown layers, looking for the codes

Open noelcodes opened this issue 6 years ago • 1 comments

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?

tt1

noelcodes avatar Sep 28 '19 08:09 noelcodes

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?

noelcodes avatar Sep 29 '19 08:09 noelcodes