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

change global speed to rely on skluc's nysrtom approx

parent 68e15ae3
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ import tensorflow as tf ...@@ -26,7 +26,7 @@ import tensorflow as tf
import numpy as np import numpy as np
from pprint import pprint from pprint import pprint
from nystrom.nystrom_approx import nystrom_layer from skluc.nystrom.nystrom_approx import nystrom_layer
from skluc.neural_networks import inference_mnist, batch_generator, convolution_mnist, classification_mnist, \ from skluc.neural_networks import inference_mnist, batch_generator, convolution_mnist, classification_mnist, \
inference_cifar10, convolution_cifar, classification_cifar inference_cifar10, convolution_cifar, classification_cifar
import skluc.mldatasets as dataset import skluc.mldatasets as dataset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment