ChunchuanLv / AMR_AS_GRAPH_PREDICTION

53 stars 16 forks source link

Not working on CPU #26

Open oholter opened 3 years ago

oholter commented 3 years ago

Hi! I tested this repo on my computer with CPU only. It does not work.

I have to change the opt.gpus[0] != -1 to opt.gpus[0] != 0.

Maybe this could be changed in the repo?