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

added todo

parent d02959cf
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ from sklearn.metrics.pairwise import rbf_kernel
import skluc.mldatasets as dataset
from skluc.tensorflow_.utils import fully_connected, get_next_batch, tf_op, conv_relu_pool
from skluc.utils import time_fct
from skluc.tensorflow_.kernel_approximation.nystrom_layer import tf_rbf_kernel
from skluc.tensorflow_.kernel import tf_rbf_kernel
tf.logging.set_verbosity(tf.logging.ERROR)
......@@ -19,6 +19,7 @@ X_train = X_train.astype(np.float32)
################################################
# todo timer les autres kernels pour verifier que c'est effectivement plus rapide
if __name__ == '__main__':
input_dim = X_train.shape[1]
......
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