"I downloaded the executable version of ANNdotNET 1.2. I'm pretty sure I did the image preparation correctly with the transformation information 32,32,3 and Use Augmentation. Saved that. Next, in network settings, I defined the VND as shown. Saved that. But then I noticed the Input Layer: Image Shape was showing [0,32,32]. Going back to Image Preparation, it showed 32,32,0. Changing the 0 to 3 produced a red (error) box and did not change the network settings. Finally I closed out of the App and literally edited the CIFAR_rawdata.txt and the CIFAR-10-ConvNet.mlconfig files (changing the 0 dim to 3). Amazingly that worked.
The ANNdotNET project file loaded and image shape shows [3,32,32]. Training appears to be running fine."
T
"I downloaded the executable version of ANNdotNET 1.2. I'm pretty sure I did the image preparation correctly with the transformation information 32,32,3 and Use Augmentation. Saved that. Next, in network settings, I defined the VND as shown. Saved that. But then I noticed the Input Layer: Image Shape was showing [0,32,32]. Going back to Image Preparation, it showed 32,32,0. Changing the 0 to 3 produced a red (error) box and did not change the network settings. Finally I closed out of the App and literally edited the CIFAR_rawdata.txt and the CIFAR-10-ConvNet.mlconfig files (changing the 0 dim to 3). Amazingly that worked.
The ANNdotNET project file loaded and image shape shows [3,32,32]. Training appears to be running fine."
T