I've trained my GAN pytorch model, converted into onnx, and then mlmodel.but the mlmodel's input/output type is MLMultiarray.How can I change this into Image?Which stage (pytorch or onnx or mlmodel) should I retouch?
Post
Replies
Boosts
Views
Activity
I've converted pix2pix model whose input/output is Image(256x256)But the model are normalized to the range [-1,1], and the output image shows nothing but black.Does anyone know how to convert this image to [0, 255]?