diff --git a/main/deepfriedConvnetCifar10.py b/main/deepfriedConvnetCifar10.py index 747b4c13d3941fddb7ac0de7d78f2ce8503a3757..13871fe5bc170ee14956962b84ebaaa73894a4b2 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