projects
/
pytorch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602df81
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Tue, 19 May 2020 08:58:25 +0000
(10:58 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Tue, 19 May 2020 08:58:25 +0000
(10:58 +0200)
attentiontoy1d.py
patch
|
blob
|
history
diff --git
a/attentiontoy1d.py
b/attentiontoy1d.py
index
ad0c0b1
..
ef20340
100755
(executable)
--- a/
attentiontoy1d.py
+++ b/
attentiontoy1d.py
@@
-12,7
+12,7
@@
from torch.nn import functional as F
######################################################################
-parser = argparse.ArgumentParser(description='Toy
RNN
.')
+parser = argparse.ArgumentParser(description='Toy
attention model
.')
parser.add_argument('--nb_epochs',
type = int, default = 250)