I can't find a way to imporve my model's performance #830
Unanswered
purple-mustache
asked this question in
Q&A
Replies: 1 comment
-
Well maximum i could get was 60% on test accuracy. Though, it is understandable that your model is undergoing either overfitting or underfitting. It could be mainly due to
In my case I took 30% data with addding more conv_block layers
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Initially, the model was overfitting, so I added a dropout layer, but now it keeps underfitting. I have tried increasing the learning rate and training for longer to get the performance up, but the current performance is still worse than random guessing on both the train and test data. Any ideas for how I can overcome this? (I'm using the pizza_sushi_steak data)
Beta Was this translation helpful? Give feedback.
All reactions