Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

03_linreg_starter will be overwrite loss #138

Open
xiaosen-wang opened this issue Nov 10, 2018 · 1 comment
Open

03_linreg_starter will be overwrite loss #138

xiaosen-wang opened this issue Nov 10, 2018 · 1 comment

Comments

@xiaosen-wang
Copy link

_, loss = ########## TO DO ############
total_loss += loss
Here the loss variable name will overwrite the loss function so that in next epoch there will be a error "Can not convert a float32 into a Tensor or Operation."

@joseph-d-p
Copy link

@jiangchengyike rename it to 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