Posts

Post not yet marked as solved
0 Replies
934 Views
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?
Posted
by HeoJin.
Last updated
.
Post not yet marked as solved
2 Replies
1.2k Views
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]?
Posted
by HeoJin.
Last updated
.