AI_Startup_Prototype
AI_Startup_Prototype copied to clipboard
This is the code for "Watch Me Build an AI Startup" By Siraj Raval on Youtube
After I 'pay', stripe accepts, but won't redirect me to the upload page.
ValueError: You are trying to load a weight file containing 58 layers into a model with 107 layers.
I have done everything, but I still end up getting this error message. What does it mean that the model must have 107 layers?
In the jupyter notebook BERT_MODEL is not defined. Can someone help me defining BERT_MODEL
ValueError: You are trying to load a weight file containing 58 layers into a model with 107 layers.
Did anyone else get an application error after deploying?
sing TensorFlow backend. Traceback (most recent call last): File "manage.py", line 4, in from app import app, db, models File "/home/harish/Desktop/my startup ideas and stuff/AI_Startup_Prototype-master (1)/AI_Startup_Prototype-master/flaskSaaS-master/app/__init__.py", line 46, in from...
The main.py is using the imagenet weights instead if the new trained model weights. In the function, upload file is not importing the model with the updated weights. Look at...
When trying to load an image up on the website that has been created i get a 404 not found error anyone know what i may have done wrong?