MPI任务中提交参数thirdparty的使用问题
Created by: alanse7en
paddle cluster_train \
--config cluster.py \
--use_remote_sparse 0 \
--time_limit 512:00:00 \
--submitter *** \
--num_nodes 120 \
--job_priority normal \
--fs_name *** \
--fs_ugi ***, *** \
--train_data_path $train_data_path \
--test_data_path $test_data_path \
--output_path $output_path \
--thirdparty net.py \
--use_gpu cpu \
--where *** \
--job_name ***
paddle v2版本,提交MPI任务,提交命令如上,我将网络结构的定义单独写到了net.py中,通过thirdparty传到每个MPI节点,但是报找不到net这个module的ImportError。