Skip to content
Snippets Groups Projects
Commit a3cc36f2 authored by Luc Giffon's avatar Luc Giffon
Browse files

change examples to fit changes on architecture

parent f89c3394
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ where the input comes from memory.
import tensorflow as tf
import numpy as np
import skluc.mldatasets as dataset
from skluc.neural_networks import inference_mnist, batch_generator
from skluc.tensorflow.utils import inference_mnist, batch_generator
tf.logging.set_verbosity(tf.logging.ERROR)
......
......@@ -8,7 +8,7 @@ where the input comes from memory.
import tensorflow as tf
import numpy as np
import skluc.mldatasets as dataset
from skluc.neural_networks import get_next_batch, inference_cifar10, batch_generator
from skluc.tensorflow.utils import inference_cifar10, batch_generator
import matplotlib.pyplot as plt
tf.logging.set_verbosity(tf.logging.ERROR)
......
import tensorflow as tf
import numpy as np
import skluc.mldatasets as dataset
from skluc.neural_networks import fully_connected, get_next_batch, tf_op
from skluc.tensorflow.utils import fully_connected, get_next_batch, tf_op
from skluc.utils import time_fct
tf.logging.set_verbosity(tf.logging.ERROR)
......
......@@ -11,7 +11,7 @@ import tensorflow as tf
import numpy as np
import skluc.mldatasets as dataset
from skluc.convert_image_to_records import convert_to
from skluc.neural_networks import inference_mnist
from skluc.tensorflow.utils import inference_mnist
tf.logging.set_verbosity(tf.logging.ERROR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment