ilnehc96 / HKU-DASC7606-A1

HKU DASC 7606 Assignment 1 (Computer Vision), 2023-24 Spring
18 stars 18 forks source link

too long runtime that the school gpu automatically disconnect #8

Closed hkcoserlamyiupong closed 7 months ago

hkcoserlamyiupong commented 7 months ago

After filling in the blanks and trying to run python train.py --coco_path ./data --output_path ./output --depth 50 --epochs 20 it takes too long that the school gpu automatically disconnect (it happens again when I attempted to reconnect and run this command line again.) what should I do?

螢幕擷取畫面 2024-02-26 001555

image

ABravoCode commented 7 months ago

Using screen command might help.

ABravoCode commented 7 months ago

Using screen command might help.

The command tmux would also help to solve your problem. You might use it by following the instructions in this link.