Docker api #242

Closed
mohitkhubele wants to merge 285 commits from docker_api into master
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 18aff44c99 - Show all commits
+4
View File
@@ -45,6 +45,10 @@ do
echo -e "${ORANGE}Test INT8${NC}"
fi
./test_imuodom &>> $out_file
res_imuodom=$?
print_output $res_imuodom test_imuodom
./test_resnet101_cnet &>> $out_file
res_resnet101_cnet=$?
print_output $res_resnet101_cnet test_resnet101_cnet
+2
View File
@@ -21,6 +21,8 @@ const char *d1_bin = "../tests/imuodom/layers/dense_4.bin";
int main() {
downloadWeightsifDoNotExist(i0_bin, "../tests/imuodom", "https://cloud.hipert.unimore.it/s/ZAy34K5w2ixED6x/download");
tk::dnn::ImuOdom ImuNet;
ImuNet.init("../tests/imuodom/layers/");