cosmozhang / NCRF-AE

For the paper: "Semi-Supervised Structured Prediction with Neural CRF Autoencoder"
BSD 3-Clause "New" or "Revised" License
26 stars 6 forks source link

About theano version and .theanorc #1

Open longxudou opened 6 years ago

longxudou commented 6 years ago

Hi, I'm very amazing to see you guys' work. I have encountered some problems while reproducing your model in my environment setting. I doubt it was because the complex version complicit. Can you list the related setting such as theano version (0.9 or 1.0), cudnn(5.1 or 6.0) , cuda and a detailed .theanorc file?

Thanks in advance.

cosmozhang commented 6 years ago

theano 0.8 cudnn 5.1

.theanorc [global] floatX = float32 device = gpu optimizer_including = cudnn exception_verbosity = high allow_gc = True mode = FAST_RUN

[lib] cnmem = 0.75

[nvcc] fastmath = True