Got few problems but they were solved afterwards. I installed virtualenv.
- From the virtualenv directory run 'source activate'
- Follow tutorial steps in OSX.markdown (got few errors)
- Run 'source activate py36'
- Run 'conda install -c conda-forge keras'
- Run 'pip install keras'
- Run 'conda install pytorch torchvision -c pytorch'
- Run 'python setup.py install'
From tutorials folder
- From the virtualenv directory run 'source activate'
- Run 'source activate py36'
- Go to tutorials folder
- Run 'jupyter notebook'
- Select the .ipynb and start running it