pytorch-mcn icon indicating copy to clipboard operation
pytorch-mcn copied to clipboard

Loading a network with empty 'meta'

Open mscheltienne opened this issue 2 years ago • 0 comments

I am trying to load the ICLabel model in PyTorch, named netICL.mat. Opening the model in Matlab, I can see that the argument meta is empty.

image

Thus, the converter is failing in build_network on line 537:

normalization = mcn_net['meta']['normalization']

How can I solve this?

mscheltienne avatar Nov 05 '21 10:11 mscheltienne