diff --git a/.DS_Store b/.DS_Store index 31e7d79db3e83bc466314aa0974884168b9fb867..d142cbadf6e8f8129366000904d93bf7a157ca70 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bb822320b0b5db0d1d65fe3f974e2fb14eb61126..8773fc147e7a7ed36d1df81bf85bd25e6fb882ff 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> - <list default="true" id="99550bc5-aa3b-44b3-94d7-b84afc45844f" name="Default Changelist" comment="" /> + <list default="true" id="99550bc5-aa3b-44b3-94d7-b84afc45844f" name="Default Changelist" comment=""> + <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/learn_consistent.py" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/split_mnit.py" beforeDir="false" /> + </list> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> @@ -90,6 +95,29 @@ <option name="presentableId" value="Default" /> <updated>1575474759490</updated> </task> + <task id="LOCAL-00001" summary="split mnist"> + <created>1575551624344</created> + <option name="number" value="00001" /> + <option name="presentableId" value="LOCAL-00001" /> + <option name="project" value="LOCAL" /> + <updated>1575551624344</updated> + </task> + <option name="localTasksCounter" value="2" /> <servers /> </component> + <component name="Vcs.Log.Tabs.Properties"> + <option name="TAB_STATES"> + <map> + <entry key="MAIN"> + <value> + <State /> + </value> + </entry> + </map> + </option> + </component> + <component name="VcsManagerConfiguration"> + <MESSAGE value="split mnist" /> + <option name="LAST_COMMIT_MESSAGE" value="split mnist" /> + </component> </project> \ No newline at end of file diff --git a/images/.DS_Store b/images/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..3abeaa77f0a48e644d7cbb595ac02464f0cd336c Binary files /dev/null and b/images/.DS_Store differ diff --git a/images/TCNN.png b/images/TCNN.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9b032b90b91e18eb9ac5c3c2d5eb95b0b7c31c Binary files /dev/null and b/images/TCNN.png differ diff --git a/push.sh b/push.sh new file mode 100755 index 0000000000000000000000000000000000000000..af8d449c7d1e50703b2de22a25942c3f71c35474 --- /dev/null +++ b/push.sh @@ -0,0 +1,6 @@ +#!/bin/sh +git add . +git commit -m 'Uncertainty Layers' +git push -u origin master +echo Press Enter ... +read \ No newline at end of file diff --git a/results/mnist/result.png b/results/mnist/result.png index b718b04455e8592c094188b5b263ebe8fdebb9f6..c6c2081b3c0dbca771c81f6d560fc2251926ce30 100644 Binary files a/results/mnist/result.png and b/results/mnist/result.png differ