RobertCsordas / RFCN-tensorflow

RFCN implementation in TensorFlow
291 stars 137 forks source link

Choose from which layer of inception to start training #16

Closed obendidi closed 6 years ago

obendidi commented 7 years ago

give the arg trainFrom a value from 0 to 14 to specify wich inception layer to start training from , not just the last or the first layer

RobertCsordas commented 6 years ago

Implementing it this way breaks the ability to specify the starting layer as string. I added the ability to specify it by layer index, but also retained the old method.