Modified CNNCreator.ftl:
-Deleted dummy data and label -Added correct function add_input so lmdb data sets can be read as input for the networks. -Save the deployment model instead of the test model to avoid including the lmdb reader. -Adapted functions so they can take the data and label values from the function add_input. -Included training parameters EPOCHS and BATCH_SIZE; they do not apply for testing. -Included a proper image test. -Improved print messages.
Please register or sign in to comment