stanford-tensorflow-tutorials icon indicating copy to clipboard operation
stanford-tensorflow-tutorials copied to clipboard

03_linreg_starter will be overwrite loss

Open xiaosen-wang opened this issue 6 years ago • 1 comments

_, 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."

xiaosen-wang avatar Nov 10 '18 03:11 xiaosen-wang

@jiangchengyike rename it to loss_

joseph-d-p avatar Mar 29 '19 03:03 joseph-d-p