Training percentage is not changed
See original GitHub issueDescribe the bug
Training: 0%|
I am curious whether this should be updated during the training process? What does it mean and why itβs always 0?
Training: 0%| | 19/18446744073709551614 [00:30<8397595460610142:26:08, 1.64s/it]
Running evaluation for step: 20, epoch: 9
Evaluation train: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 2/2 [00:00<00:00, 2.48it/s]
Evaluation valid: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 1/1 [00:00<00:00, 8.17it/s]
Evaluation test : 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 1/1 [00:00<00:00, 4.10it/s]
βββββββββββββββββ€ββββββββββ€ββββββββββββ€βββββββββββββ
β recommended β loss β roc_auc β accuracy β
βββββββββββββββββͺββββββββββͺββββββββββββͺβββββββββββββ‘
β train β 9.4732 β 0.4988 β 0.6348 β
βββββββββββββββββΌββββββββββΌββββββββββββΌβββββββββββββ€
β validation β 10.2174 β 0.4984 β 0.6346 β
βββββββββββββββββΌββββββββββΌββββββββββββΌβββββββββββββ€
β test β 10.0118 β 0.4991 β 0.6395 β
βββββββββββββββββ§ββββββββββ§ββββββββββββ§βββββββββββββ
ββββββββββββββ€ββββββββββ
β combined β loss β
ββββββββββββββͺββββββββββ‘
β train β 9.4732 β
ββββββββββββββΌββββββββββ€
β validation β 10.2174 β
ββββββββββββββΌββββββββββ€
β test β 10.0118 β
To Reproduce Steps to reproduce the behavior:
ludwig init_config --dataset /data/rotten_tomatoes.csv --target=recommended --output /data/rotten_tomatoes.yaml
ludwig train --config rotten_tomatoes.yaml --dataset /data/rotten_tomatoes.csv
Expected behavior the number should vary?
Screenshots
Environment (please complete the following information):
- OS: [e.g. iOS]
- Version [e.g. 22]
- Python version - 3.8
- Ludwig version - 0.6.0.dev
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created a year ago
- Comments:12 (2 by maintainers)
Top Results From Across the Web
The Problem with Using Percentages in Training
Progress has not stalled, and form is still improving regularly. This is the one stage of training where percentages make more sense.
Read more >Are You Losing Inches But Not Losing Weight? - Verywell Fit
In that case, the scale may not change even though your body composition is changing. It doesn't reflect your health. The scale can't...
Read more >The Efficacy of Percentage-Based Training Programs
If your program calls for three reps at 85% of 1RM and this weight is technically now only 80% of what you could...
Read more >Going Beyond Body Fat Percentage - InBody USA
You're Losing Weight, But Your Body Fat % Doesn't Change (or increases). Similar to #1, this situation also involves little or no change...
Read more >The Pros and Cons of Percentage Training - T-Nation
Many popular strength programs are based on percentages of your one rep max. Sometimes that's good. Sometimes it's bad. Here's why.
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
Hi @Jeffwan - great catch, and thanks for sharing. I was able to reproduce this locally using the steps you mentioned. I will investigate and have a fix for you next week.
Let me follow your steps and see how it goes. I will bring more details back later