question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

resume training with My own dataset acc problem

See original GitHub issue

thanks. my goal is to resume training with my own dataset. My dataset has only one special character + 0-9 and a-z (38 char’s). My training images are 316,000 and validation images are 144,000 images. during training, this line of main.py print("correct / total: %d / %d, " % (n_correct, n_total)) prints n_total :64,000. why 64000? None of my training and testing images are 64,000. other note is that acc during training reach 99% but when i load trained model and test some images with demo.py, acc is 0 and all of predictions are wrong. I resume training with your demo.pth but actually, results of demo.pth is very very better than new trained models.

Can you help me what was wrong? thanks

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
johnSmith1990commented, Nov 1, 2019

My problem solved! and get beter results. thanks for your supports:

1reaction
Canjie-Luocommented, Nov 1, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

Resume training with custom dataset with yolov5 #1560 - GitHub
Suppose I want to train my model for 4000 epoch but after executing 500 epoch, I want to resume training from 501, how...
Read more >
How to Train YOLOv7 on a Custom Dataset - Roboflow Blog
Start with our YOLOv7 Colab notebook and select File > Save a Copy in Drive to fork our notebook to your own Google...
Read more >
Resuming Training PyTorch - machine learning - Stack Overflow
Where I'd like to be able to load a model, and start training from the epoch where model was saved. So far I...
Read more >
Analyze Data in Excel - Microsoft Support
Analyze Data in Excel empowers you to understand your data through high-level visual summaries, trends, and patterns. Simply click a cell in a...
Read more >
Frequently Asked Questions - Galaxy Training!
Troubleshooting errors. When you get a red dataset in your history, it means something went wrong. But how can you find out what...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found