We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This project will be mentored by @HydrogenSulfate
PaddleScience 套件目前提供了 whl 包安装以及直接 git clone 安装两种形式,但在一些特殊工作环境中(如无法联网),依赖安装过程会比较麻烦,因此希望只做一个基于 ubunutu,具备能直接运行 PaddleScience bracket 案例的镜像供用户使用。
新增 docker 镜像安装方式,免去安装各种依赖包联网安装问题
跑通 bracket.py 案例,能开始训练即通过验证。运行命令如下
git clone https://github.com/PaddlePaddle/PaddleScience.git cd PaddleScience git checkout develop export PYTHONPATH=$PWD:$PYTHONPATH cd examples/bracket wget https://paddle-org.bj.bcebos.com/paddlescience/datasets/bracket/bracket_data.tar tar -xvf bracket_data.tar python bracket.py
The text was updated successfully, but these errors were encountered:
认领
Sorry, something went wrong.
luotao1
HydrogenSulfate
No branches or pull requests
1. 背景
PaddleScience 套件目前提供了 whl 包安装以及直接 git clone 安装两种形式,但在一些特殊工作环境中(如无法联网),依赖安装过程会比较麻烦,因此希望只做一个基于 ubunutu,具备能直接运行 PaddleScience bracket 案例的镜像供用户使用。
2. 收益
新增 docker 镜像安装方式,免去安装各种依赖包联网安装问题
3. 镜像制作
3.1 制作要求
3.2 镜像正确性验证
跑通 bracket.py 案例,能开始训练即通过验证。运行命令如下
The text was updated successfully, but these errors were encountered: