Skip to content

Commit

Permalink
update mnist reader
Browse files Browse the repository at this point in the history
  • Loading branch information
unsky committed Aug 8, 2018
1 parent 147e52b commit 2f1ced9
Show file tree
Hide file tree
Showing 34 changed files with 2,894 additions and 218 deletions.
389 changes: 215 additions & 174 deletions .idea/workspace.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ set(SITA_FILES
src/sita/blocking_queue.cpp
src/sita/dataprovider/mnist_dataprovider.cpp
src/sita/dataprovider/dataprovider.cpp
src/sita/dataprovider/dataset_util/mnist.cpp
)


Expand Down
4 changes: 2 additions & 2 deletions build/CMakeFiles/Makefile2
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ CMAKE_BINARY_DIR = /home/cs/Desktop/cs_work/sita/build
CMakeFiles/sita.dir/all:
$(MAKE) -f CMakeFiles/sita.dir/build.make CMakeFiles/sita.dir/depend
$(MAKE) -f CMakeFiles/sita.dir/build.make CMakeFiles/sita.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/cs/Desktop/cs_work/sita/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14 "Built target sita"
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/cs/Desktop/cs_work/sita/build/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 "Built target sita"
.PHONY : CMakeFiles/sita.dir/all

# Include target in all.
Expand All @@ -79,7 +79,7 @@ all: CMakeFiles/sita.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/sita.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/cs/Desktop/cs_work/sita/build/CMakeFiles 14
$(CMAKE_COMMAND) -E cmake_progress_start /home/cs/Desktop/cs_work/sita/build/CMakeFiles 15
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/sita.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/cs/Desktop/cs_work/sita/build/CMakeFiles 0
.PHONY : CMakeFiles/sita.dir/rule
Expand Down
2 changes: 1 addition & 1 deletion build/CMakeFiles/progress.marks
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
15
Loading

0 comments on commit 2f1ced9

Please sign in to comment.