diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..dd09835ab03669826931717bacc0b4cb770556ad --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +Data/ \ No newline at end of file diff --git a/read_cifar.py b/read_cifar.py new file mode 100644 index 0000000000000000000000000000000000000000..da73e4ba56286ea2627a5b5c7655eaa2dd9df31d --- /dev/null +++ b/read_cifar.py @@ -0,0 +1,3 @@ +import numpy as np + +print("Test") \ No newline at end of file