Spaces:
Runtime error
Runtime error
temp-9384289
commited on
Commit
·
08f4f2e
1
Parent(s):
0958b44
readme fix
Browse files
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 |
|