Conversation
2 tasks
Contributor
|
LGTM. Tested on a actual repo using |
Contributor
Author
Updated P.R. It should no longer affect other libs, could you confirm? |
daavoo
commented
May 3, 2022
Contributor
|
I can confirm that now I see only INFO:dvclive:Report will be saved at /Users/pawelredzynski/development/projects/flexible_plots_pg/training_logs/report.html
Model created
Prepared the datasets, train size: '2500', test size: '10000'
epoch: 0%| | 0/4 [00:00<?, ?it/s]
DEBUG:dvclive:Logged train_loss: 0.9999628314748407
DEBUG:dvclive:Logged test_loss: 0.5283907478212551
DEBUG:dvclive:Logged train_accuracy: 0.751953125
DEBUG:dvclive:Logged test_accuracy: 0.8277269108280255
DEBUG:dvclive:Step: 1
train loss: '1.0000', test_loss: '0.5284, train_acc: '0.7520', test_acc: '0.8277': 25%|█████ | 1/4 [00:15<00:47, 15.84s/it]
DEBUG:dvclive:Logged train_loss: 0.30712428838014605
DEBUG:dvclive:Logged test_loss: 0.2543744519827472
DEBUG:dvclive:Logged train_accuracy: 0.920703125
DEBUG:dvclive:Logged test_accuracy: 0.9219745222929936
DEBUG:dvclive:Step: 2
train loss: '0.3071', test_loss: '0.2544, train_acc: '0.9207', test_acc: '0.9220': 50%|██████████ | 2/4 [00:21<00:19, 9.61s/it]
DEBUG:dvclive:Logged train_loss: 0.18037323066964744
DEBUG:dvclive:Logged test_loss: 0.22544675505465003
DEBUG:dvclive:Logged train_accuracy: 0.954296875
DEBUG:dvclive:Logged test_accuracy: 0.9304339171974523
DEBUG:dvclive:Step: 3
train loss: '0.1804', test_loss: '0.2254, train_acc: '0.9543', test_acc: '0.9304': 75%|███████████████ | 3/4 [00:26<00:07, 7.62s/it]
DEBUG:dvclive:Logged train_loss: 0.12118110828123463
DEBUG:dvclive:Logged test_loss: 0.21492478192137304
DEBUG:dvclive:Logged train_accuracy: 0.9734375
DEBUG:dvclive:Logged test_accuracy: 0.9357085987261147
DEBUG:dvclive:Step: 4
train loss: '0.1212', test_loss: '0.2149, train_acc: '0.9734', test_acc: '0.9357': 100%|████████████████████| 4/4 [00:31<00:00, 7.91s/it] |
pared
approved these changes
May 4, 2022
dberenbaum
approved these changes
May 4, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #206
❗ I have followed the Contributing to DVCLive guide.
📖 If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here.