From 6229eff5fa082ec8a2e67989a654b69446bd2eaa Mon Sep 17 00:00:00 2001 From: Luc Giffon <luc.giffon@lif.univ-mrs.fr> Date: Tue, 30 Jan 2018 18:15:07 +0100 Subject: [PATCH] change in the directory tree of test + add todo for deepfriedconvnet on cifar10 --- main/deepfriedConvnetCifar10.py | 1 + {test => main/test}/__init__.py | 0 2 files changed, 1 insertion(+) rename {test => main/test}/__init__.py (100%) diff --git a/main/deepfriedConvnetCifar10.py b/main/deepfriedConvnetCifar10.py index 747b4c1..13871fe 100644 --- a/main/deepfriedConvnetCifar10.py +++ b/main/deepfriedConvnetCifar10.py @@ -47,6 +47,7 @@ def distorded_inputs(image_tensor): return float_image +# todo terminer ce programme if __name__ == '__main__': SIGMA = 5.0 print("Sigma = {}".format(SIGMA)) diff --git a/test/__init__.py b/main/test/__init__.py similarity index 100% rename from test/__init__.py rename to main/test/__init__.py -- GitLab