提交 1a9b3d26 编写于 作者: Y yejianwu

download lib from fds, and generate merged static lib when use validate_model.sh

上级 1b7f0303
......@@ -107,9 +107,11 @@ RUN apt-get install -y --no-install-recommends \
android-tools-adb
# Install tools
RUN pip install tensorflow==1.4.0 && \
RUN pip install setuptools && \
pip install tensorflow==1.4.0 && \
pip install scipy && \
pip install jinja2
# Download tensorflow tools
RUN wget http://cnbj1-inner-fds.api.xiaomi.net/mace/tool/transform_graph
RUN wget http://cnbj1-inner-fds.api.xiaomi.net/mace/tool/transform_graph && \
chmod +x transform_graph
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册