The error occurs when separate output features for classify_extract.py. I found that cnn features have a shape of (2048, ) but the reshaping function at line 136 is expecting it to have three dimensions. Is there something wrong with data processing?
The error occurs when separate output features for classify_extract.py. I found that cnn features have a shape of (2048, ) but the reshaping function at line 136 is expecting it to have three dimensions. Is there something wrong with data processing?