Skip to content

Commit

Permalink
Sous le Pont Mirabeau coule la Seine.
Browse files Browse the repository at this point in the history
  • Loading branch information
adbrebs committed Apr 13, 2016
1 parent 96f1919 commit c7e3669
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea
*.pyc
*.xml
*.png
2 changes: 1 addition & 1 deletion main_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# CONFIG #
##########
learning_rate = 0.1
n_hidden = 1200
n_hidden = 400
n_chars = 81
n_mixt_attention = 10
n_mixt_output = 20
Expand Down
Binary file added sous_le_pont_Mirabeau.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import numpy as np
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt

import theano

matplotlib.use('Agg')
floatX = theano.config.floatX

M_x = 8.18586
Expand Down

0 comments on commit c7e3669

Please sign in to comment.