コンピューター ビジョン アプリを実行すると、次のエラーが表示されます。
"The size of the output layer 'output1' in the neural network does not match the number of classes in the classifier."
私の CNN は chars74K データセットでトレーニングされており、26 個の大文字のみでトレーニングされています。これは、ネットワークに 26 個のクラスがあり、ネットワークの出力層はソフトマックス関数を持つ 26 個のニューロンで構成されていることを意味すると考えました。ここで何が間違っていますか?これは、コンソールの残りのテキストです。
2017-11-07 16:47:45.465734+0100 VisionApp[4472:347620] Error: The VNCoreMLTransform request failed
Error Domain=com.apple.vis Code=3 "The VNCoreMLTransform request failed" UserInfo={NSLocalizedDescription=The VNCoreMLTransform request failed, NSUnderlyingError=0x60000064fe40 {Error Domain=com.apple.CoreML Code=0 "The size of the output layer 'output1' in the neural network does not match the number of classes in the classifier." UserInfo={NSLocalizedDescription=The size of the output layer 'output1' in the neural network does not match the number of classes in the classifier.}}}