I am trying to use transfer learning and fine tuning to retain a network with my own image set to then use for deep dreaming.
The issue I have in following a process like the one outlined here: https://www.tensorflow.org/tutorials/images/transfer_learning once I have used transfer learning and fine tuning I no longer have access to the layer names in order to direct deep dreaming. How can I retrain a network with my own images and still have layer names?