deeplearning_framework_pl Introduction Getting Started 1. train CUDA_VISIBLE_DEVICES=0 python main.py --config ./configs/mnist.yaml --mode train 2. test CUDA_VISIBLE_DEVICES=0 python main.py --config ./configs/mnist.yaml --mode test