# Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. ## DL params export BATCHSIZE=56 export GRADIENT_STEPS=1 export LR=3.5e-4 export MAX_SAMPLES_TERMINATION=4500000 export MAX_STEPS=7100 export OPT_LAMB_BETA_1=0.9 export OPT_LAMB_BETA_2=0.999 export START_WARMUP_STEP=0 export WARMUP_PROPORTION=0.0 export PHASE=2 export EVAL_ITER_START_SAMPLES=150000 export EVAL_ITER_SAMPLES=150000 ## System run parms export DGXNNODES=1 export DGXSYSTEM=$(basename $(readlink -f ${BASH_SOURCE[0]}) | sed 's/^config_//' | sed 's/\.sh$//' ) export WALLTIME=01:15:00 ## System config params source ${BASH_SOURCE%/*}/config_DGXA100_common.sh