DOFOFFICIAL commited on
Commit
48e7e2e
1 Parent(s): 7178ad9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -98,8 +98,10 @@ tags:
98
  ### [Usage]
99
 
100
  - We have uploaded the usage with Python in the file folder, and please note you should download them and run locally using either your CPU or with CUDA.
101
- - Note that ".pth" models should be used with the pre-defined function modelload() in the provided codes, but ".safetensors" models can otherwise be easily loaded with the function torch.load().
102
- - Only does the proposal model named "animeGender-dvgg-0.7" has been avaiable in different formats, for example, ".pth", ".safetensors", ".onnx", and ".pb", while the phased ones have not been converted yet.
 
 
103
 
104
 
105
  Yours,
 
98
  ### [Usage]
99
 
100
  - We have uploaded the usage with Python in the file folder, and please note you should download them and run locally using either your CPU or with CUDA.
101
+ - Note that onlt the provided codes can be regarded as the most recommended approach to use this model, and other ways including those are automatically shown on this website are not assured to be valid and user-friendly.
102
+ - Note that ".bin" or ".pth" models should be used with the pre-defined function modelload() in the provided codes, but ".safetensors" models can otherwise be easily loaded with the function torch.load().
103
+ - Only does the proposal model named "animeGender-dvgg-0.7" has been avaiable in different formats, for example, ".bin", ".safetensors", ".onnx", and ".pb", while the phased ones have not been converted yet.
104
+
105
 
106
 
107
  Yours,