This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6f7add
commit b28a4e9
Showing
2 changed files
with
6 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
__version__ = "0.7.0rc0" | ||
__version__ = "0.7.0" | ||
__author__ = "PyTorchLightning et al." | ||
__author_email__ = "[email protected]" | ||
__license__ = "Apache-2.0" | ||
__copyright__ = f"Copyright (c) 2020-2021, f{__author__}." | ||
__copyright__ = f"Copyright (c) 2020-2022, {__author__}." | ||
__homepage__ = "https://github.com/PyTorchLightning/lightning-flash" | ||
__docs_url__ = "https://lightning-flash.readthedocs.io/en/stable/" | ||
__docs__ = "Flash is a framework for fast prototyping, finetuning, and solving most standard deep learning challenges" | ||
__docs__ = "Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes." | ||
__long_doc__ = """ | ||
Flash is a task-based deep learning framework for flexible deep learning built on PyTorch Lightning. | ||
Tasks can be anything from text classification to object segmentation. | ||
Although PyTorch Lightning provides ultimate flexibility, for common tasks it does not remove 100% of the boilerplate. | ||
Flash is built for applied researchers, beginners, data scientists, Kagglers or anyone starting out with Deep Learning. | ||
But unlike other entry-level frameworks (keras, etc...), Flash users can switch to Lightning trivially when they need | ||
the added flexibility. | ||
Flash makes complex AI recipes for over 15 tasks across 7 data domains accessible to all. | ||
In a nutshell, Flash is the production grade research framework you always dreamed of but didn't have time to build. | ||
""" | ||
|
||
__all__ = [ | ||
|