vsyw / Keras-OpenFace

Keras-OpenFace is a project converting OpenFace from Torch implementation to a Keras version
Apache License 2.0
575 stars 261 forks source link

Model selfcontainment and model file for python 3.7 #11

Open kwiscion opened 5 years ago

kwiscion commented 5 years ago
  1. Added import tensorflow as tf within LRN2D to make loading available without CustomObjectScope
  2. Built the model under python 3.7 (Models with Lambda layers are not protable between pythons 3.x) - saved as 'model/nn4.small2.lrn.python.3.7.h5'