Is it possible to use deeplearning4j to train a network from start and/or do transfer learning and retrain the last couple of layers (not only the output layer)?
Hi!
I have been doing image classification using this framefowk for some time, and are going to move on to object detection (boxing in the object position also).
For the output layer, is the only choice to use Yolo2OutputLayer? And if so, in the notes in the java class I can read;
"Doesn't currently support simultaneous training on both detection and classification"...
Is it possible to use deeplearning4j to train a network from start and/or do transfer learning and retrain the last couple of layers (not only the output layer)?
Best Regards
I have been doing image classification using this framefowk for some time, and are going to move on to object detection (boxing in the object position also).
For the output layer, is the only choice to use Yolo2OutputLayer? And if so, in the notes in the java class I can read;
"Doesn't currently support simultaneous training on both detection and classification"...
Is it possible to use deeplearning4j to train a network from start and/or do transfer learning and retrain the last couple of layers (not only the output layer)?
Best Regards
No any search results
You already invited:
2 Answers
Evren
Upvotes from:
see https://deeplearning4j.org/doc ... rning
this is an example of transfer learning
https://github.com/deeplearnin ... vgg16
Fredrik
Upvotes from: