Skip to content

Commit b29d898

Browse files
authored
fix: typo for L93
1 parent cb9dac9 commit b29d898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/DeepDG/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_args():
9090
args = parser.parse_args()
9191
args.steps_per_epoch = 100
9292
args.data_dir = args.data_file+args.data_dir
93-
os.environ['CUDA_VISIBLE_DEVICS'] = args.gpu_id
93+
os.environ['CUDA_VISIBLE_DEVICES'] = args.gpu_id
9494
os.makedirs(args.output, exist_ok=True)
9595
sys.stdout = Tee(os.path.join(args.output, 'out.txt'))
9696
sys.stderr = Tee(os.path.join(args.output, 'err.txt'))

0 commit comments

Comments
 (0)