5 Commits

Author SHA1 Message Date
Jason Antic edac73edf1 Adding warnings filter for inference on data sets being empty to avoid user confusion. 2020-07-09 14:32:32 -07:00
Jason Antic e55c1abc86 Making switching between various GPUS and CPU easy. 2020-03-27 18:21:42 -07: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 cb2aeb2df6 Various optimizations 2019-04-21 00:11:42 -07:00
Jason Antic ebb4eba85c Making many improvements on the user friendliness of the colorization notebooks 2019-04-18 22:43:09 -07:00