I would like to train a network that contains a subnet network, which I will need to correct during training. The basic idea is to add and add some layers of a pre-prepared network (inceptionV3)
new_layers -> pre-trained and fixed sub-net (inceptionv3) -> new_layers
and start the training process for the task that I have without changing the previously prepared task. I also need to connect directly to some level of the pre-prepared network. For example, with inceptionV3 I like to use it from conv 299x299 to the last pool level or from conv 79x79 to the last pool level.
, "", , , . Optimizer , , , minimize, ..
minimize
opt.minimize(loss, <subset of variables you want to train>)
tf.gradients , , , tf.gradients.
tf.gradients
, " " , , . tf.Conv2D 299x299, , , , 79x79, .
tf.Conv2D
Source: https://habr.com/ru/post/1627169/More articles:shift() в data.table v1.9.6 является медленным для многих групп - r"ImportError: no module named twilio.rest" - pythonHow to set image icon on sidebar of joomla component component - joomlaHow can I write spring security without using any role table in the database? - javaConnecting to MySQL container in one container - phpWhy does PyCharm invite me to convert a list to a set? - optimizationAngular How to filter a dynamic array in the controller? - angularjsС# NET - нарисуйте непрозрачную кисть по форме с установленным уровнем непрозрачности - c#How to add desclecting to a UICollectionView, but without multiple selection? - iosКак я могу загружать таблицу, столбцы которой не должны быть разбиты? - htmlAll Articles