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

solve imports

parent 3fd01101
No related branches found
No related tags found
No related merge requests found
......@@ -17,15 +17,9 @@ import time as t
import numpy as np
import tensorflow as tf
import docopt
from sklearn.metrics.pairwise import rbf_kernel, linear_kernel, additive_chi2_kernel, chi2_kernel, laplacian_kernel
import skluc.data.mldatasets as dataset
from skluc.data.transformation import VGG19Cifar10Transformer
from skluc.tensorflow_.kernel_approximation import nystrom_layer, fastfood_layer
from skluc.tensorflow_.utils import fully_connected, batch_generator, classification_cifar, conv_relu_pool, conv2d, \
max_pool
from skluc.tensorflow_.kernel import tf_rbf_kernel, tf_linear_kernel, tf_chi_square_CPD, tf_chi_square_CPD_exp, \
tf_chi_square_PD, tf_sigmoid_kernel, tf_laplacian_kernel, tf_stack_of_kernels, tf_sum_of_kernels
from skluc.utils import logger
import skluc.main.data.mldatasets as dataset
from skluc.main.tensorflow_.utils import fully_connected, batch_generator, classification_cifar
from skluc.main.utils import logger
import keras
from keras.models import Sequential
from keras.layers import Activation
......
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