From 7c7d478a3bb13acb38fb9e051de76efc015ae65d Mon Sep 17 00:00:00 2001
From: hsharif3 <hsharif3@illinois.edu>
Date: Fri, 26 Mar 2021 06:19:23 +0000
Subject: [PATCH] Starting Document for CNN weight format

---
 hpvm/docs/CNN_WeightFormats.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 hpvm/docs/CNN_WeightFormats.md

diff --git a/hpvm/docs/CNN_WeightFormats.md b/hpvm/docs/CNN_WeightFormats.md
new file mode 100644
index 0000000000..ebffa68372
--- /dev/null
+++ b/hpvm/docs/CNN_WeightFormats.md
@@ -0,0 +1,13 @@
+
+# CNN Weight Formats 
+
+We support CNN weights in 3 formats:
+
+* `.h5` file format:
+
+
+* `.pth.tar` file format:
+
+
+
+* `.bin` serialized binary file format:
-- 
GitLab