#!/bin/bash rm ~/.config/miopen -rf rm ~/.cache/miopen -rf export HIP_VISIBLE_DEVICES=0 export MIOPEN_FIND_MODE=3 #export MIOPEN_LOG_LEVEL=4 my_config=$1 python3 tools/train.py $my_config