9 Commits

Author SHA1 Message Date
Jason Antic e55c1abc86 Making switching between various GPUS and CPU easy. 2020-03-27 18:21:42 -07:00
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 cba51846b2 Merge branch 'master' of https://github.com/jantic/DeOldify 2019-05-20 12:32:20 -07:00
Jason Antic 2891617360 Getting rid of misleading and unused parameter 2019-05-20 12:31:52 -07:00
jqueguiner c999c8243f fix fastAI ImageItemList that became ImageList 2019-05-13 08:17:31 +00:00
Jason Antic 3e3207fe92 Cleaning up the training notebooks and clarifying with comments 2019-04-27 13:04:05 -07:00
Jason Antic cb2aeb2df6 Various optimizations 2019-04-21 00:11:42 -07:00
Jason Antic 9252ce7c0d Lots of cleanup 2019-04-02 16:28:38 -07:00