ChunyuanLI / pSGLD

AAAI & CVPR 2016: Preconditioned Stochastic Gradient Langevin Dynamics (pSGLD)
35 stars 12 forks source link

Undefined function or variable 'environmentVariables'. #1

Closed akshaykgupta closed 8 years ago

akshaykgupta commented 8 years ago

Hi,

I was trying to run test_FNN_mnist.m but I got the following error: " Undefined function or variable 'environmentVariables'. " Can you tell me to fix it?

Thanks

ChunyuanLI commented 8 years ago

Hi Akshay,

Thanks for your message, I just added "environmentVariables.m", which aims to adding the directory path for matconvnet. Hope it will help.

akshaykgupta commented 8 years ago

Ah, it was for matconvnet. Thanks, that fixed it!