Skip to content

Commit f2015af

Browse files
committed
Add author tag
1 parent 6a0a19b commit f2015af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hf_example.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
It requires the theano-hf package:
66
https://github.com/boulanni/theano-hf
77
8+
@author Graham Taylor
9+
810
"""
911
from rnn import MetaRNN
1012
from hf import SequenceDataset, hf_optimizer
1113
import numpy as np
1214
import matplotlib.pyplot as plt
1315
import logging
1416

17+
1518
def test_real(n_updates=100):
1619
""" Test RNN with real-valued outputs. """
1720
n_hidden = 10

0 commit comments

Comments
 (0)