Skip to content

Commit

Permalink
Async uploading is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
jinevening committed Sep 18, 2019
1 parent 98c94fb commit be82001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IONN-client
Submodule IONN-client updated 43 files
+0 −1 .gitignore
+1 −1 Makefile
+302 −77 examples/partitioning/classification.cpp
+6 −3 include/caffe/net.hpp
+0 −27 measurement.sh
+16 −0 models/InceptionBN-21K/README.md
+3,065 −0 models/InceptionBN-21K/deploy.prototxt
+312 −0 models/InceptionBN-21K/prediction_model.txt
+312 −0 models/InceptionBN-21K/server_prediction_model.txt
+21,841 −0 models/InceptionBN-21K/synset.txt
+29 −0 models/MobileNet-Caffe/LICENSE
+133 −0 models/MobileNet-Caffe/README.md
+1,996 −0 models/MobileNet-Caffe/mobilenet_deploy.prototxt
+112 −0 models/MobileNet-Caffe/prediction_model.txt
+1,000 −0 models/MobileNet-Caffe/synset.txt
+2,321 −0 models/ResNets/ResNet-50/ResNet-50-deploy.prototxt
+245 −0 models/ResNets/ResNet-50/prediction_model.txt
+5 −0 models/ResNets/ResNet-50/readme.md
+245 −0 models/ResNets/ResNet-50/server_prediction_model.txt
+24 −0 models/bvlc_alexnet/prediction_model.txt
+24 −0 models/bvlc_alexnet/server_prediction_model.txt
+5 −6 models/bvlc_googlenet/deploy.prototxt
+152 −0 models/bvlc_googlenet/prediction_model.txt
+152 −0 models/bvlc_googlenet/server_prediction_model.txt
+0 −213 models/bvlc_reference_caffenet/deploy.prototxt
+0 −25 models/bvlc_reference_caffenet/readme.md
+0 −14 models/bvlc_reference_caffenet/solver.prototxt
+0 −400 models/bvlc_reference_caffenet/train_val.prototxt
+0 −208 models/bvlc_reference_rcnn_ilsvrc13/deploy.prototxt
+0 −20 models/bvlc_reference_rcnn_ilsvrc13/readme.md
+0 −343 models/finetune_flickr_style/deploy.prototxt
+0 −24 models/finetune_flickr_style/readme.md
+0 −17 models/finetune_flickr_style/solver.prototxt
+0 −388 models/finetune_flickr_style/train_val.prototxt
+27 −61 src/caffe/net.cpp
+0 −7 test.sh
+0 −57 test_agenet.sh
+0 −57 test_alexnet.sh
+0 −16 test_bmvc.sh
+0 −16 test_deepyeast.sh
+0 −57 test_googlenet.sh
+0 −59 test_inceptionBN-21k.sh
+0 −58 test_resnet.sh
2 changes: 1 addition & 1 deletion IONN-server

0 comments on commit be82001

Please sign in to comment.