model.fit(X_train, y_train, epochs=10, batch_size=32, validation_data=(X_val, y_val)) Model Evaluation Loads the trained .h5 model. Evaluates using a validation split via ImageDataGenerator. Model ...
Hi @mzhmxzh and @lhrrhl0419, Thanks for sharing your work! When I try to evaluating the network on acronym dataset, I found that the files data/acronym/meshes/pc ...