fastai / paperspace-setup

Setup a paperspace instance for fastai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paperspace-setup

Setup a paperspace instance for fastai. Steps:

  • Open a terminal on your machine
  • git clone https://github.com/fastai/paperspace-setup.git
  • cd paperspace-setup
  • ./setup.sh
  • Shutdown your machine and start up a new one

Notes

To install python libraries, for instance the most up to date fastai:

pipi -U fastai

To install non-python software, e.g universal-ctags:

mambai universal-ctags

Note that stuff you install with mambai or pipi will use up persistent storage space on Paperspace.

About

Setup a paperspace instance for fastai

License:Apache License 2.0


Languages

Language:Shell 100.0%