Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
animegan2-pytorch
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
git
animegan2-pytorch
Commits
6310782e
Commit
6310782e
authored
Nov 06, 2021
by
xhlulu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about pretrained shorthands
parent
75191acc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
README.md
README.md
+8
-0
No files found.
README.md
View file @
6310782e
...
...
@@ -23,6 +23,14 @@ model = torch.hub.load(
)
```
Currently, the following
`pretrained`
shorthands are available:
```
python
model
=
torch
.
hub
.
load
(
"xhlulu/animegan2-pytorch"
,
"generator"
,
pretrained
=
"celeba_distill"
)
model
=
torch
.
hub
.
load
(
"xhlulu/animegan2-pytorch"
,
"generator"
,
pretrained
=
"face_paint_512_v1"
)
model
=
torch
.
hub
.
load
(
"xhlulu/animegan2-pytorch"
,
"generator"
,
pretrained
=
"face_paint_512_v2"
)
model
=
torch
.
hub
.
load
(
"xhlulu/animegan2-pytorch"
,
"generator"
,
pretrained
=
"paprika"
)
```
You can also load the
`face2paint`
util function. First, install dependencies:
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment