mlir-emitc icon indicating copy to clipboard operation
mlir-emitc copied to clipboard

Safe keras models in newer file format

Open simon-camp opened this issue 1 year ago • 0 comments

After testing #392 I spotted some warnings about the usage of legacy file formats in our example scripts. The .keras file format if preferred over the plain .h5 format as mentioned in the docs. We should update our scripts accordingly.

simon-camp avatar Nov 03 '23 11:11 simon-camp