Skip to content

Commit

Permalink
fixed scripts permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
openvino-pushbot committed Oct 16, 2018
1 parent eae43f8 commit e607ee7
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inference-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The software was validated on:

### Software Requirements
- [CMake\*](https://cmake.org/download/) 3.9 or higher
- [OpenBLAS\*](https://sourceforge.net/projects/openblas/files/v0.2.14/OpenBLAS-v0.2.14-Win64-int64.zip/download) or
- [OpenBLAS\*](https://sourceforge.net/projects/openblas/files/v0.2.14/OpenBLAS-v0.2.14-Win64-int64.zip/download) and [mingw64\* runtime dependencies](https://sourceforge.net/projects/openblas/files/v0.2.14/mingw64_dll.zip/download).
- [Intel® C++ Compiler](https://software.intel.com/en-us/intel-parallel-studio-xe) 18.0 to build the Inference Engine on Windows.

### Build Steps
Expand Down
2 changes: 1 addition & 1 deletion inference-engine/cmake/download_and_check.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function (DownloadAndCheck from to fatal result)
list(GET output 0 status_code)
else()
message(STATUS "${WGET_EXECUTABLE} --no-cache ${from}")
execute_process(COMMAND ${WGET_EXECUTABLE} "--no-cache" "${from}" "-O" "${to}"
execute_process(COMMAND ${WGET_EXECUTABLE} "--no-cache" "--no-check-certificate" "${from}" "-O" "${to}"
TIMEOUT 2000
RESULT_VARIABLE status_code)
endif()
Expand Down
Empty file modified inference-engine/install_dependencies.sh
100644 → 100755
Empty file.
Empty file modified model-optimizer/install_prerequisites/install_prerequisites.sh
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified model-optimizer/mo.py
100644 → 100755
Empty file.
Empty file modified model-optimizer/mo_caffe.py
100644 → 100755
Empty file.
Empty file modified model-optimizer/mo_kaldi.py
100644 → 100755
Empty file.
Empty file modified model-optimizer/mo_mxnet.py
100644 → 100755
Empty file.
Empty file modified model-optimizer/mo_onnx.py
100644 → 100755
Empty file.
Empty file modified model-optimizer/mo_tf.py
100644 → 100755
Empty file.

0 comments on commit e607ee7

Please sign in to comment.