FredZhang7 commited on
Commit
7016bc5
·
1 Parent(s): 5e59942

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -7,6 +7,8 @@ It predicts the likelihood of an image being nsfw_gore, nsfw_suggestive, and saf
7
 
8
  After 20 epochs on PyTorch's InceptionV3, the model achieves 94% accuracy on both train and test data.
9
 
 
 
10
  <br>
11
 
12
  # PyTorch
 
7
 
8
  After 20 epochs on PyTorch's InceptionV3, the model achieves 94% accuracy on both train and test data.
9
 
10
+ Using this instead of the stable diffusion safety checker allows users to save 1,119MB of RAM and disk space.
11
+
12
  <br>
13
 
14
  # PyTorch