Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deepFriedConvnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luc Giffon
deepFriedConvnet
Commits
0f785c72
Commit
0f785c72
authored
6 years ago
by
Luc Giffon
Browse files
Options
Downloads
Patches
Plain Diff
solve imports
parent
3fd01101
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/experiments/dense_vgg_end_to_end.py
+3
-9
3 additions, 9 deletions
main/experiments/dense_vgg_end_to_end.py
with
3 additions
and
9 deletions
main/experiments/dense_vgg_end_to_end.py
+
3
−
9
View file @
0f785c72
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment