I have trained AlexNet for my own data (gray level medical images with size 227*227). Now that I look into the caffemodel files, I see that except some lines in the beginning all the other values are ff7f
or ffff
like this:
additionally when I try to visualize the network weights by python, I get this waring:
UserWarning: Warning: converting a masked element to nan.
and nothing is shown in the figure!
Do you know what those ff7f
or ffff
values in my coffemodel are? why they are resulted? or any recommendation or any similar issues that have been disussed? please help me find out.