Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 638 Bytes

File metadata and controls

20 lines (18 loc) · 638 Bytes

OpenMined by @caio1985

Installation

Got few problems but they were solved afterwards. I installed virtualenv.

  1. From the virtualenv directory run 'source activate'
  2. Follow tutorial steps in OSX.markdown (got few errors)
  3. Run 'source activate py36'
  4. Run 'conda install -c conda-forge keras'
  5. Run 'pip install keras'
  6. Run 'conda install pytorch torchvision -c pytorch'
  7. Run 'python setup.py install'

Running tutorials

From tutorials folder

  1. From the virtualenv directory run 'source activate'
  2. Run 'source activate py36'
  3. Go to tutorials folder
  4. Run 'jupyter notebook'
  5. Select the .ipynb and start running it