Why does my neural net data show up in R2021a but not in R2024a?
I have a 1×1 struct variable that contains 6 fields. Each field is a 1×1 CompactClassificationNeuralNetwork, results from a neural network I use to train on images for image segmentation. When I open this struct in MATLAB R2021a, the struct contains all 6 fields. When I open it in 2024a, the struct contains 6 empty fields. The data doesn’t appear. I have had trouble finding answers online. What might be the issue here?I have a 1×1 struct variable that contains 6 fields. Each field is a 1×1 CompactClassificationNeuralNetwork, results from a neural network I use to train on images for image segmentation. When I open this struct in MATLAB R2021a, the struct contains all 6 fields. When I open it in 2024a, the struct contains 6 empty fields. The data doesn’t appear. I have had trouble finding answers online. What might be the issue here? I have a 1×1 struct variable that contains 6 fields. Each field is a 1×1 CompactClassificationNeuralNetwork, results from a neural network I use to train on images for image segmentation. When I open this struct in MATLAB R2021a, the struct contains all 6 fields. When I open it in 2024a, the struct contains 6 empty fields. The data doesn’t appear. I have had trouble finding answers online. What might be the issue here? neural network, image segmentation MATLAB Answers — New Questions