keras-finetuning icon indicating copy to clipboard operation
keras-finetuning copied to clipboard

Training an InceptionV3-based image classifier with your own dataset

Results 7 keras-finetuning issues
Sort by recently updated
recently updated
newest added

ValueError: NumpyArrayIterator is set to use the data format convention "channels_last" (channels on axis 3), i.e. expected either 1, 3 or 4 channels on axis 3. However, it was passed...

Hitting an error here when i run the script, going to have a look around now i think there is something wrong with pillow in my environment though i have...

Hi This PR adds requirements.txt.

Hi Daniel. Thanks for uploading the post, I have learned a lot from studying the code but I am having trouble running webcam.py. When I try to run it I...

I got this error while running train.py file, I use Theano backend. training the newly added dense layers Epoch 1/20 Traceback (most recent call last): File "train.py", line 134, in...

When using the _theano_ backend for running this code, the fine-tuning of the top layer runs perfectly fine. However, as soon as the tweaking of the penultimate layer starts, the...