Im on the recent version of MacOs and I recently trained a Style Transfer model using CreateML.
I used the preview tab of CreateML to preview my model with a video (as well as an image), however when I press the button to export or share the result from the neural network none are exported. The modal window appears but doesnt save after the progress bar shows up for the conversion
I tried converting the CoreML model file into a CoreML package, however when I tried exporting the preview it crashed and switched tabs to the package information section.
I've been having this issue with all three export buttons on the model preview section of both the CreateML application and Xcode. Is this happening to anyone else?
Ive also tried using the coremltools
package for Python to extract a preview, however documentation for Style Transfer networks doesnt exist for loading videos with that package. The style transfer network only takes an input of images, so its unclear where a video file can be loaded.