chiphuyen / stanford-tensorflow-tutorials

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
http://cs20.stanford.edu
MIT License
10.32k stars 4.32k forks source link

03_linreg_starter will be overwrite loss #138

Open xiaosen-wang opened 5 years ago

xiaosen-wang commented 5 years ago

_, 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 commented 5 years ago

@jiangchengyike rename it to loss_