Commit Graph
3 Commits
Author SHA1 Message Date
asears 46a499fb62 fix warning random_split_by_pct is deprecated, please use split_by_rand_pct' 2020-02-05 22:13:39 -05:00
Alexandre Vicenzi 547fb7e56f pypi: rename fasterai to deoldify
It will be better to do:

    from deoldify import visualize

Than:

    from fasterai import visualize

The PyPI package will be called DeOldify, in this case
it makes more sense to have an import name that matches
the package name.

Also, fasterai resembles fastai library, and DeOldify
is not a library to use with fastai, it's built on
top of it.
2019-08-20 21:22:00 +02:00
Jason Antic d5e8af131b Separating new large batch/limited gpu memory support into its own notebook 2019-07-17 08:46:04 -07:00