Closed Demfier closed 5 years ago
Allennlp version that I have setup --> 0.8.5-unreleased
I am not sure if this is a version issue. Just install it by cloning the repo onto your local. Activate your environment and use pip install -e .
It is working for me. Either change the device in experiments/vae.jsonnet by changing the line local CUDA = 1
or leave it as 0 and use EXPORT CUDA_VISIBLE_DEVICES
to control it. It is working for me.
Test your pytorch installation again if you still have a problem. This reads more like a pytorch or GPU issue and not an allennlp issue
Closing this as this is a PYTORCH, CUDNN version issue
I am getting this error when I run
allennlp train experiments/vae.jsonnet -s models/dialog_vae --include-package src
I tried using different GPU IDs but it didn't work.