stanford-tensorflow-tutorials
stanford-tensorflow-tutorials copied to clipboard
03_linreg_starter will be overwrite loss
_, 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."
@jiangchengyike rename it to loss_