Guest User

Untitled

a guest
Dec 18th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. x_valid_batch, y_valid_batch, _, valid_cls_batch = data.valid.next_batch(train_batch_size)
  2.  
  3. feed_dict_val = {x: x_valid_batch,
  4. y_true: y_valid_batch}
  5.  
  6. val_loss = session.run(cost, feed_dict=feed_dict_val)
Add Comment
Please, Sign In to add comment