Skip to content
Snippets Groups Projects
Commit fe9b84c5 authored by rink's avatar rink
Browse files

add option to pass in absolute tolerance

parent d57d5f65
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ import tensorflow as tf ...@@ -2,7 +2,7 @@ import tensorflow as tf
import numpy as np import numpy as np
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
drop_out_rate = 0.5 drop_out_rate = 0.2
def create_mnist_dataset(): def create_mnist_dataset():
return tf.keras.datasets.mnist.load_data() return tf.keras.datasets.mnist.load_data()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment