Advertisement
Guest User

Untitled

a guest
Jan 10th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ray@rayml:~$ conda activate fastai-please-work
  2. (fastai-please-work) ray@rayml:~$ python3
  3. Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34)
  4. [GCC 7.3.0] on linux
  5. Type "help", "copyright", "credits" or "license" for more information.
  6. >>> import torchvision
  7. >>> from fastai.text import *
  8. >>> import fastai, sys
  9. >>> print(fastai.__version__)
  10. 1.0.39
  11. >>> print(sys.modules['fastai'])
  12. <module 'fastai' from '/home/ray/anaconda3/envs/fastai-please-work/lib/python3.6/site-packages/fastai/__init__.py'>
  13. >>> import sys
  14. >>> sys.path.insert(0, '/home/ray/anaconda3/envs/fastai-please-work/lib/python3.6/site-packages/')
  15. >>> import fastai.vision
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement