Question about validation and testing
See original GitHub issueHello,
I wonder if there is a train-validation-test split or a train-test split only. I’m asking because during the dataset generation train-* and test-* files are generated, but no valid-* files. Then later, during pre-training, distributed_pretraining_dataset.py
searches for valid-* files rather than test-* files (line 164). There are no such files and therefore, training crashes…
Thanks a lot! David
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Testing and validation Interview Questions - Glassdoor
32 "testing and validation" interview questions. Learn about interview questions and interview process for 2 companies.
Read more >7 Common Validation Questions, Answered - Dickson Data
1. What is validation, exactly? · 2. How do I know when my business requires validation? · 3. Can I perform a validation...
Read more >Validation Engineer Interview Questions (With Sample Answers)
How do you typically calibrate testing equipment? · Can you describe flow control in your own words? · How do you apply just-in-time...
Read more >Validation Testing Ultimate Guide - Software Testing Help
Validation testing is the process of ensuring that the tested and developed software satisfies the client /user's needs.
Read more >What is Validation and Verification? - OneStopTesting
No information is available for this page.
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 Free
Top 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
Thanks a lot for your answer - I will open a PR 😃
Hi @peerdavid, thanks for finding this issue. We only have train-valid sets (or train-test). I’ll fix this (or you can go ahead and PR this😎 ) Thanks