forked from open-mmlab/mmagic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Support FLAVR Net (open-mmlab#866)
* [Feature] Support FLAVR Net * Update * Update * Update * Update * Update
- Loading branch information
1 parent
172cca8
commit 4597b56
Showing
4 changed files
with
633 additions
and
3 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,5 +1,6 @@ | ||
# Copyright (c) OpenMMLab. All rights reserved. | ||
from .cain_net import CAINNet | ||
from .flavr_net import FLAVRNet | ||
from .tof_vfi_net import TOFlowVFINet | ||
|
||
__all__ = ['CAINNet', 'TOFlowVFINet'] | ||
__all__ = ['CAINNet', 'TOFlowVFINet', 'FLAVRNet'] |
Oops, something went wrong.