diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | requirements.txt | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..49240a8 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Deep Neural Networks, Homework 3 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d3e9498 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +cycler==0.10.0 +kiwisolver==1.3.1 +matplotlib==3.4.2 +numpy==1.20.3 +Pillow==8.2.0 +pyparsing==2.4.7 +python-dateutil==2.8.1 +six==1.16.0 +torch==1.8.1 +typing-extensions==3.10.0.0 |