From 923ef7b85e21056231bb580c093b4b409d878561 Mon Sep 17 00:00:00 2001 From: "Harle, Antoine (Contracteur)" Date: Fri, 24 Jan 2020 15:19:49 -0500 Subject: [PATCH] Ajout d'un Readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..25c6bad --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ + +---------------- +'Smart_aug' is module to make data_augmentation differentiable, thus allowing to learn its parameters, with 'Data_aug' classes. + + +# Requirements and Installation + +* Python version >= 3.5 +* PyTorch version >= 1.3 +* Higher version >= + +# Example Usage + +Look to 'test_dataug.py' \ No newline at end of file