Very low accuracy for fine tune model for 1 percent of data #162
Replies: 3 comments
-
Hey @sweety1983, That's strange !! Could I get access to your notebook, so that I could help you better. |
Beta Was this translation helpful? Give feedback.
-
First thing I noticed was that the base_model. trainable was set to true, it should be false when you are trying to do feature extraction. If it is set to false, it would use the patterns that it was pretrained on. |
Beta Was this translation helpful? Give feedback.
-
Hey Sweety, any updates on this? Usually, when I run into low accuracy or percentage issues it's because of a data issue or wrong activation function somewhere or loss function somewhere. PS If you ever need to write code on GitHub, check this out: https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#quoting-code It'll be clearer for us to read. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Daniel,
hope you are doing great.I am having a very low accuracy for fine tune model for 1 percent.I have attached the screenshot of the coding...plz sort it out why it is so?
`
model_1_percent.docx
`
regards
sweety
Beta Was this translation helpful? Give feedback.
All reactions