Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Meaning of Sum #87

Open
diffmi opened this issue Aug 18, 2018 · 1 comment
Open

Meaning of Sum #87

diffmi opened this issue Aug 18, 2018 · 1 comment

Comments

@diffmi
Copy link

diffmi commented Aug 18, 2018

I got your training script to run, but I was wondering what the meaning of "sum" is.
I.e. "2018-08-18 09:23:40 steps >>> epoch 1 batch 12 sum: 10.1"

Is that the sum of the losses in the given batch or how can I interpret it?
I looked into the code and couldn't find the information. I'm assuming it's part of the steppy toolkit?

@jakubczakon
Copy link
Contributor

Hi @sushimon . yeah steppy has an option to pass a list of losses with weights and then it is loss sum. Here we actually have one loss but it is still called a sum.

Anyhow it is just the epoch training loss.

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

No branches or pull requests

2 participants