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

loss_ld is samll #7

Closed
eeric opened this issue May 8, 2021 · 2 comments
Closed

loss_ld is samll #7

eeric opened this issue May 8, 2021 · 2 comments

Comments

@eeric
Copy link

eeric commented May 8, 2021

on the 487th line in ld_head.py, as below:
# losses_ld = list(map(lambda x: x / avg_factor, losses_ld))
it wasn't implemented, because losses_ld was samll, wasn't it ?

@HikariTJU
Copy link
Owner

Yes, if it is implemented, loss_ld will get smaller and smaller

@eeric
Copy link
Author

eeric commented May 8, 2021

en, I run 15 epoch that map was bad if used that losses_ld = list(map(lambda x: x / avg_factor, losses_ld)),
now I didn't use it.

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