skytnt commited on
Commit
79c6af6
1 Parent(s): 5f7599a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
6
 
7
  # Model info
8
 
9
- [fbanimegan](https://github.com/SkyTNT/fbanimegan)
10
 
11
  ### fbanime.pkl
12
 
@@ -15,13 +15,19 @@ But I modified the code (networks_stylegan2.py and dataset.py) to support non-sq
15
 
16
  FID: 1.4
17
 
 
 
 
 
 
 
18
  ### g_mapping.onnx
19
 
20
- onnx format mapping network of fbanime.pkl
21
 
22
  ### g_synthesis.onnx
23
 
24
- onnx format synthesis network of fbanime.pkl
25
 
26
  ### encoder.onnx
27
 
 
6
 
7
  # Model info
8
 
9
+ Project [fbanimegan](https://github.com/SkyTNT/fbanimegan)
10
 
11
  ### fbanime.pkl
12
 
 
15
 
16
  FID: 1.4
17
 
18
+ ### fbanime_fp32.pkl
19
+
20
+ fp32 version of fbanime.pkl
21
+
22
+ Note: Fp16 version (fbanime.pkl) only works on gpu. And fp32 version works on gpu and cpu.
23
+
24
  ### g_mapping.onnx
25
 
26
+ onnx format mapping network of fbanime_fp32.pkl
27
 
28
  ### g_synthesis.onnx
29
 
30
+ onnx format synthesis network of fbanime_fp32.pkl
31
 
32
  ### encoder.onnx
33