INNER CODE UNIT · Python

step_time

ematvey/hierarchical-attention-networks · bn_lstm_test.py:75

    step_time = time.time() - current_time
    current_time = time.time()
    if i % 100 == 0:
        batch_xs, batch_ys = mnist.validation.next_batch(batch_size)
summary.    _str = sess.run(merged, feed_dict={x: batch_xs, y_: batch_ys, training: False})
        writer.summary.add_str, i)
    print(loss, step_time)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…