Skip to content

Instantly share code, notes, and snippets.

View rubensolozabal's full-sized avatar

Ruben Solozabal rubensolozabal

View GitHub Profile
#Updated to Tensorflow 1.8
from __future__ import print_function, division
import numpy as np
import tensorflow as tf
import matplotlib.pyplot as plt
num_epochs = 100
total_series_length = 50000
truncated_backprop_length = 15
#Updated to Tensorflow 1.8
from __future__ import print_function, division
import numpy as np
import tensorflow as tf
import matplotlib.pyplot as plt
num_epochs = 100
# total_series_length = 10
total_series_length = 50000