Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot iterate all data streams in one epoch. #16

Open
ifoyooo opened this issue May 7, 2022 · 1 comment
Open

Cannot iterate all data streams in one epoch. #16

ifoyooo opened this issue May 7, 2022 · 1 comment

Comments

@ifoyooo
Copy link

ifoyooo commented May 7, 2022

Hello. When I use the replay plugin with the default strategy, the terminal outputs the following training logs. It doesn't seem like all the data streams are being used (stop at 50th iteration).

        RunningLoss_Epoch/train_phase/train_stream/Task000 = 3.2020
        Top1_Acc_Epoch/train_phase/train_stream/Task000 = 0.9686
 71%|███████████████████████████████████████████████▏                  | 50/70 [01:03<00:25,  1.27s/it]
Epoch 21 ended.
        RunningLoss_Epoch/train_phase/train_stream/Task000 = 3.0610
        Top1_Acc_Epoch/train_phase/train_stream/Task000 = 0.9662
 71%|███████████████████████████████████████████████▏                  | 50/70 [01:03<00:25,  1.27s/it]
@lrzpellegrini
Copy link
Collaborator

Hi @ifoyooo, sorry for the delay. That's strange and may be just a graphical error on the logger side. However, I'll have to check.

Which track are you working on? Can you also send me the script you are using (in a private message if you do not want to disclose your code)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants