temp-9384289 commited on
Commit
08f4f2e
·
1 Parent(s): 0958b44

readme fix

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -201,7 +201,6 @@ df = pd.DataFrame({
201
  "Model" : ['MNIST-diffusion', 'MNIST-diffusion-oneImage', 'MNIST-GAN', 'MNIST-GAN-noDropout'],
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
 
 
201
  "Model" : ['MNIST-diffusion', 'MNIST-diffusion-oneImage', 'MNIST-GAN', 'MNIST-GAN-noDropout'],
202
  "Class (Architecture)" : ['UNet2DModel', 'UNet2DModel', 'Sequential', 'Sequential'],
203
  "Dataset Examples" : [60000, 1, 60000, 60000],
 
204
  "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?']
205
  })
206