Commit Graph

1 Commits

Author SHA1 Message Date
fbc6ee8187 remodels siamese network with vgg16 and 100x100 input
- worse performance than with initial design
- vgg16 pretrained weights are used for the base
  network, which is then piped into a custom head
  model, which
    - flattens the layer (previously done in the base model)
    + Dense Layer
    + Normalization
    + Activation
- training split with 360 fruits used, same as previous mode
- maximum prediction level around 0.95 after ca 60 epochs
2021-07-28 19:02:48 +02:00