Skip to content

MarvinMartin24/GAN_FASHION_MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN_FASHION_MNIST

Fashion images Generator AI using Pytorch

torch.Size([60000, 28, 28])

Trainning Results

Epoch 0:

[Epoch 0/50] [Batch 0/938] [D loss: 1.396132] [G loss: 0.721037]

Epoch 1:

[Epoch 1/50] [Batch 937/938] [D loss: 0.184862] [G loss: 4.452488]

Epoch 2:

[Epoch 2/50] [Batch 937/938] [D loss: 0.670599] [G loss: 2.348930]

Epoch 3:

[Epoch 3/50] [Batch 937/938] [D loss: 0.729783] [G loss: 1.766506]

Epoch 4:

[Epoch 4/50] [Batch 937/938] [D loss: 0.699093] [G loss: 2.261548]

Epoch 5:

[Epoch 5/50] [Batch 937/938] [D loss: 1.067038] [G loss: 1.704237]

Epoch 6:

[Epoch 6/50] [Batch 937/938] [D loss: 1.195087] [G loss: 1.752514]

Epoch 7:

[Epoch 7/50] [Batch 937/938] [D loss: 1.074616] [G loss: 1.168903]

...

Epoch 49:

[Epoch 49/50] [Batch 937/938] [D loss: 1.240293] [G loss: 0.910142]