You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I run parmesan using Python 3.5? Although I am able to run Lasagne, I get this error when I try to run the example
pythonexamples/iw_vae.py-eq_samples1-iw_samples1-lr0.001-nhidden500-nlatent100-nonlin_decvery_leaky_rectify-nonlin_encrectify-batch_size250-anneal_lr_epoch2000File"examples/iw_vae.py", line118print"Using real valued MNIST dataset to binomial sample dataset after every epoch "^SyntaxError: Missingparenthesesincallto'print'
I realize that I need to add the parenthesis for the print function to make the code compatible with Python 3, but are there many other modifications that need to be made to the code to make it run ?
System configuration: Ubuntu 16.04, GeForce GTX 960, Cuda 8.1, CuDDN 5.1, Lasagne 0.2.dev1, Theano 0.8.2.
Thanks
The text was updated successfully, but these errors were encountered:
The main branch is not python3 compatible. There is a @ferrine have done some work on converting it to python3 here https://github.com/ferrine/parmesan/tree/py2py3, but i'm not completely sure what the status is. Pull requests are more than welcome :)
@rfarouni I had no free resources to run all examples, I was just waiting the moment when some work is done and then aborted the process. You can try out examples from my brunch, It would be great
I have forked the main branch and made it Python 3.5 compatible. I tested some of the examples- but not all - on the following system configuration: Ubuntu 16.04, CUDA 8.0, CuDNN v5.1, Theano 0.8.2, Lasagne 0.2.
Hi,
Can I run parmesan using Python 3.5? Although I am able to run Lasagne, I get this error when I try to run the example
I realize that I need to add the parenthesis for the print function to make the code compatible with Python 3, but are there many other modifications that need to be made to the code to make it run ?
System configuration: Ubuntu 16.04, GeForce GTX 960, Cuda 8.1, CuDDN 5.1, Lasagne 0.2.dev1, Theano 0.8.2.
Thanks
The text was updated successfully, but these errors were encountered: