chyanju / ReSySeVR

Fixing SySeVR.
11 stars 4 forks source link

computer crash caused by model training #1

Closed QiuJYWX closed 3 years ago

QiuJYWX commented 3 years ago

Hi yanju @chyanju ,

Thanks for your sharing, which help me a lot. During the model training(python3 bgru.py) on "dir_001" of SARD dataset, my computer crashed without showing any program errors or issues. Would u plz show me your computer configuration(e.g., memory, CPU core number)? BTW, does it require GPUs?

Kind regards, JYQiu

chyanju commented 3 years ago

Hi @QiuJYWX ,

All the testings are done on an Amazon EC2 t2.xlarge machine: 4 vCPUs, 16GiB memory, no GPU.

Note that currently this repo attempts to fix the previously known issues in the data processing of the original SySeVR repo, and the neural network part is actually not tested. Given that there's no output info from your end, it's a bit challenging to debug.

Notice that the original SySeVR authors have updated their repo earlier this year. You should check out the latest version from here: https://github.com/SySeVR/SySeVR and report any issues to that repo.