You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
14:00-17:56 What are fastai lib and how to use it
* fast.ai is the organization name
* fastai is library name
* key dependency
* pytorch is easier and more powerful than tensorflow
* fastai support four applications
* CV, NLP, Tabular, Collaborative Filtering
* both ways of using * is supported
* from fastai import * actually import very little
* from fastai.vision import * import only the necessary
* ::For coding videos::
* Here is what I found out the current recommended way of using *
* later, why import fastai.vision is very useful too
目录 Lesson 1 知识点分解 #63
The text was updated successfully, but these errors were encountered:
What are fastai lib and how to use it?
14:00-17:56
What are fastai lib and how to use it
*
fast.ai
is the organization name*
fastai
is library name* key dependency
*
pytorch
is easier and more powerful than tensorflow* fastai support four applications
* CV, NLP, Tabular, Collaborative Filtering
* both ways of using
*
is supported*
from fastai import *
actually import very little*
from fastai.vision import *
import only the necessary* ::For coding videos::
* Here is what I found out the current recommended way of using
*
* later, why
import fastai.vision
is very useful too目录 Lesson 1 知识点分解 #63
The text was updated successfully, but these errors were encountered: