verkaDerkaDerk commited on
Commit
07e1ae9
·
1 Parent(s): f836602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -33,11 +33,14 @@ def fancy():
33
  miscellaneous tiki images from around the web.
34
 
35
  It was trained for around 4k epochs with a loss around 1.5%.
36
- The 64x64 version (used here took around 12s/epoch)
37
 
38
  Despite the loss staying about the same, the visual quality
39
- continue[sd] to improve. Occassionally, the tiki generated
40
- require some suspension of disbelief.
 
 
 
41
 
42
  Image generation is slow, from 80s - 120s per image.
43
  When running 4 images concurrently it takes 4-5 minutes total.
 
33
  miscellaneous tiki images from around the web.
34
 
35
  It was trained for around 4k epochs with a loss around 1.5%.
36
+ The 64x64 version (used here) took around 12s/epoch.
37
 
38
  Despite the loss staying about the same, the visual quality
39
+ continue[sd] to improve. Occasionally, the tiki generated
40
+ require some suspension of disbelief.
41
+
42
+ More training in the near future, but the current model is
43
+ good enough to provide some limited play value.
44
 
45
  Image generation is slow, from 80s - 120s per image.
46
  When running 4 images concurrently it takes 4-5 minutes total.