Skip to content
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
This repository was archived by the owner on Nov 2, 2018. It is now read-only.

Bad results for train_cifar.lua #8

@simopal6

Description

@simopal6

Running scripts/train_cifar.lua with default parameters generates the attached images at different epochs (I changed the checkpoint-saving part to append the epoch number). What may be wrong?

Here is the code I used for generation:

l = torch.load("adversarial-" .. e .. ".net")
i = torch.CudaTensor(42, 100):uniform(-1,1)
l.G:cuda()
l.G:evaluate()
o = l.G:forward(i)
img = image.toDisplayTensor(o)
image.save("gen-" .. e .. ".png", img)

10
gen-10
20
gen-20
30
gen-30
40
gen-40
50
gen-50
60
gen-60
70
gen-70
80
gen-80
90
gen-90
100
gen-100
110
gen-110

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions