Run the following command in current directory
include("compile.jl")
This section provides detailed intructions to reproduce the examples in the paper
(Julia)
cd("MNIST")
include("DCGAN.jl") # DCGAN
include("PhysGNN.jl") # PhysGNN
include("SHGAN1.jl") # Sinkhorn GAN with the penalty parameter = 1.0
include("SHGAN10.jl") # Sinkhorn GAN with the penalty parameter = 10.0
include("SHGAN100.jl") # Sinkhorn GAN with the penalty parameter = 100.0
include("SHGAN10000.jl") # Sinkhorn GAN with the penalty parameter = 10000.0
(bash)
cd PhysGNN/JumpDiffusion
sh Gauss.sh
(Julia)
cd("Poisson/compare_gan_and_physgnn")
include("gan.jl") # adversarial training
include("physgnn.jl") # PhysGNN
(Julia)
cd("StochasticElasticity")
include("nn.jl") # PhysGNN
tid = 1 # random
include("gs.jl") # Gaussian
(bash)
cd("JumpDiffusion")
sh Jump.sh