345 Star 1.6K Fork 1K

MindSpore/docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.gitee
.github
.jenkins/rules/codespell
activity
docs
golden_stick/docs
lite
mindspore
sample_code
ascend310_single_op_sample
cache
comm_subgraph
convert_tf2ms_code
dataset_slice
disaster_recover
distributed_comm_fusion
distributed_data_parallel
distributed_gradient_accumulation
distributed_graph_partition
distributed_operator_parallel
distributed_optimizer_parallel
distributed_pipeline_parallel
dump
dynamic_obfuscation
fault_recover
host_device
manual_parallel
memory_offload
mindinsight
model_encrypt_protection
model_saving_loading
multiple_copy
run.sh
train.py
multiple_mix
nnie_proposal
parallel_support_dynamic_shape
parameter_server
recompute
sapp
shard_function_parallel
sharding_propagation
startup_method
per_sample_gradient.py
transform_cluster_profiler_data.py
install
resource
templates
tools
tutorials
.gitignore
CONTRIBUTING_DOC.md
CONTRIBUTING_DOC_CN.md
LICENSE
LICENSE-CC-BY-4.0
NOTICE
OWNERS
README.md
README_CN.md
克隆/下载
run.sh 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
echo "=============================================================================================================="
echo "Please run the script as: "
echo "bash run.sh"
echo "=============================================================================================================="
EXEC_PATH=$(pwd)
if [ ! -d "${EXEC_PATH}/MNIST_Data" ]; then
if [ ! -f "${EXEC_PATH}/MNIST_Data.zip" ]; then
wget http://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/datasets/MNIST_Data.zip
fi
unzip MNIST_Data.zip
fi
export DATA_PATH=${EXEC_PATH}/MNIST_Data/train/
mpirun -n 8 --output-filename log_output --merge-stderr-to-stdout python train.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/docs.git
git@gitee.com:mindspore/docs.git
mindspore
docs
docs
r2.3.1

搜索帮助