kentaroy47 / frcnn-from-scratch-with-keras

:collision:Faster R-CNN from scratch written with Keras
Apache License 2.0
168 stars 107 forks source link

Fit automated method instead of manually write it. #97

Open thanoscs opened 4 years ago

thanoscs commented 4 years ago

Well done for your excellent work! I would like to ask you why don't you wrap the model with the parameters to the ".fit" function and you write it from the start. Is it because you want to observe additional informations for the training session or because ".fit" cannot be used in the current code?