classifier.py 138 Bytes Raw Blame History Permalink 1 2 3 4 5 from bigdl.nn.layer import * def build_classifier_model(): model = Model.load_keras(json_path='classifier.json') model.summary()