Luisgust commited on
Commit
f3dd709
·
verified ·
1 Parent(s): 42be8e8

Create vtoonify/model/stylegan/op/readme.md

Browse files
vtoonify/model/stylegan/op/readme.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Code from [rosinality-stylegan2-pytorch-cp](https://github.com/senior-sigan/rosinality-stylegan2-pytorch-cpu)
2
+
3
+ Scripts to convert rosinality/stylegan2-pytorch to the CPU compatible format
4
+
5
+ If you would like to use CPU for testing or have a problem regarding the cpp extention (fused and upfirdn2d), please make the following changes:
6
+
7
+ Change `model.stylegan.op` to `model.stylegan.op_cpu`
8
+ https://github.com/williamyang1991/VToonify/blob/01b383efc00007f9b069585db41a7d31a77a8806/util.py#L14
9
+
10
+ https://github.com/williamyang1991/VToonify/blob/01b383efc00007f9b069585db41a7d31a77a8806/model/simple_augment.py#L12
11
+
12
+ https://github.com/williamyang1991/VToonify/blob/01b383efc00007f9b069585db41a7d31a77a8806/model/stylegan/model.py#L11