Fastai: How to check my fastai version

Created on 9 Apr 2019  路  3Comments  路  Source: fastai/fastai

.....

Most helpful comment

As the issue template states:

from fastai.utils.show_install import *
show_install()

You can also

import fastai
fastai.__version__

All 3 comments

Please read and follow the issue template. the command you ask is inside it.
Also there is a thread on the forum for installation problems.

I am curious about this too. Given a statement like found in this course: https://github.com/fastai/fastai/blob/master/courses/dl2/pascal-multi.ipynb how can you find what version you do have installed?

As the issue template states:

from fastai.utils.show_install import *
show_install()

You can also

import fastai
fastai.__version__
Was this page helpful?
0 / 5 - 0 ratings

Related issues

MinuteswithMetrics picture MinuteswithMetrics  路  5Comments

discdiver picture discdiver  路  4Comments

srmsoumya picture srmsoumya  路  5Comments

mlsmall picture mlsmall  路  5Comments

rfernand2 picture rfernand2  路  4Comments