chaoming0625/NumpyDL

How can I load a previously trained model and test on a new data using numpydl?

dexterdev opened this issue · 0 comments

In Keras I have seen load_model and model.predict_classes for loading a previously trained model and testing it. How can I achieve this in numpydl?