Requesting some more training details
See original GitHub issueHey again, just wanted to ask for a bit more training detail. I’m trying to reproduce results (computing benchmark metrics on the Leaderboard validation routes), and the pretrained weights seem to do better than the weights I train on my own setup. I have two questions about how main_model_10.th
is trained
- How large was the
main_dataset
used to train that model? - How long did it take to train the model? I’m assuming it was 10 epochs total, which would’ve taken multiple days for the 100 Gb main dataset I was using
Also, thank you for the reply on the other issue - I’ll need to mull over your answers and read through the code some more to understand what’s going on. I’ll reply to that issue once I’ve thought about it some more!
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Tips for Writing a Training Request Letter (With Example)
A request letter for training is a document you give your employer to ask the company to pay for additional training that will...
Read more >How to Write a Training Request Letter - Glassdoor Career ...
1. If you're unsure of available trainings in your profession, ask others who have more experience and skills than you how they got...
Read more >How to Write a Training Request Letter [Sample Inside]
Choose Your Training Carefully · Present More Than One Option · What Does the Employer Get Out of It? · Show Them a...
Read more >How to Write a Request Letter to a Boss for Advanced Training
Begin your request letter for advanced training with an overview of a training that's the best fit for you and the organization. Explain...
Read more >Writing a Request Letter for Training Course [Free Samples]
The first paragraph of the letter should state the reason for the letter and describe the training program. It should mention the subject...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So the
main_dataset
we used to train our leaderboard model is the one that we released in DATASET.md. It consists of roughly one million frames. This is also mentioned in our paper. See Section 5 in the paper.10 Epochs. It took me 4 days to train on two titan Xp with the default batch size. 100GB sounds a bit small, the dataset I used (RAILS_1M) before compression is 3.4TB in the lmdb format.
This error usually happens when you have a preceding error, please check if it throws any other error before it.
P.S. this is a separate issue (together with others in this thread) than indicated in the title. Please consider open a separate thread so it would be easier for others to navigate. Thanks!