temp-9384289 commited on
Commit
26699f4
·
1 Parent(s): 49010bb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ df = pd.DataFrame({
202
  "Class (Architecture)" : ['UNet2DModel', 'UNet2DModel', 'Sequential', 'Sequential'],
203
  "Dataset Examples" : [60000, 1, 60000, 60000],
204
  "Training Loops" : [300, 100000, 90000, 90000],
205
- "Notes" : ['Similar architecture as Stable Diffusion, different training data', 'Toy model, purposed to store protected content', 'GANs are not as likely to store protected content', 'Attempting to increase copying']
206
  })
207
 
208
  # Applying style to highlight the maximum value in each row
 
202
  "Class (Architecture)" : ['UNet2DModel', 'UNet2DModel', 'Sequential', 'Sequential'],
203
  "Dataset Examples" : [60000, 1, 60000, 60000],
204
  "Training Loops" : [300, 100000, 90000, 90000],
205
+ "Notes" : ['Similar architecture as Stable Diffusion, different training data', 'Toy model, purposed to store protected content', 'GANs are not as likely to store protected content', 'less dropout, more copying?']
206
  })
207
 
208
  # Applying style to highlight the maximum value in each row