I'm doing inference on my processed sequence 00 data. However I cannot find the prediction results and the validations results all showed 0.000.
feedback:
Infering in device: cpu
Illegal instruction (core dumped)
Ok I find where the problem is. I built the environment with the script given, but it seems that tensorflow and torch are not gpu version. I installed tensorflow-gpu and torch+cu10.0 and everything's ok now.
I'm doing inference on my processed sequence 00 data. However I cannot find the prediction results and the validations results all showed 0.000. feedback:
Does anybody know about the problem?