Replies: 2 comments 4 replies
-
Everything seems to be right, and the loss keeps decreasing over time but way too slowly. A general advice would be to try a larger learning rate. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello, Community Developers.
I'm having some issues training my own text detection model. I would be very grateful if you could bring some advice.
The following is my process:
First, I changed the dataset to the form of the sample in the official document
Then I modified the following configuration:
Modify my data address very name
In this configuration, I set epoch to 120
Finally, I ran the following command
The training result I got
Why my recall, precision and hmean are always 0, my training data and test data are in the same format.
Beta Was this translation helpful? Give feedback.
All reactions