Change model input layer creation

This commit is contained in:
2024-03-21 00:24:49 +01:00
parent af6838e8ae
commit a9d0a0832a
2 changed files with 7 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ class Model {
private:
Layers::Input *inputLayer;
int inputSize;
int inputChannels;