-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
15 changed files
with
234 additions
and
509 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
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 @@ | ||
from tfreplknet.model import RepLKNet, RepLKNet31B, RepLKNet31L | ||
from tfreplknet.model import RepLKNet31B224K1, RepLKNet31B224K21 | ||
from tfreplknet.model import RepLKNet31B384K1 # , RepLKNet31B384K21 | ||
from tfreplknet.model import RepLKNet31L384K1, RepLKNet31L384K21 | ||
from tfreplknet.prep import preprocess_input | ||
from tfreplknet.model import RepLKNet, RepLKNetB, RepLKNetL, RepLKNetXL | ||
from tfreplknet.model import RepLKNetB224In1k, RepLKNetB224In21k | ||
from tfreplknet.model import RepLKNetB384In1k # , RepLKNetB384In21k | ||
from tfreplknet.model import RepLKNetL384In1k, RepLKNetL384In21k | ||
from tfreplknet.model import RepLKNetXL320In1k, RepLKNetXL320In21k | ||
from tfreplknet.prep import preprocess_input_bl, preprocess_input_xl |
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
Oops, something went wrong.