m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-05-22 19:07:38 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-05-22 19:07:38 +0200
commit9638adad21940c8be270e05fa5749e9b692c6b04 (patch)
tree65a7da2727bc7dc97e3f9adf70f455b27a7f25aa
Initial commit
-rw-r--r--README.md1
-rw-r--r--requirements.txt10
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