Skip to content

taizan/chainer_img2img_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chainer_img2img_example

an example of chainer learning code

usage:

train.py -g 0 -b 4 -e 1000
train_gan.py -g 0 -b 4 -e 1000

-g : GPU No. to use
-b : batch size for 1 iteration
-e : epoch number to run

dataset.py : define dataset for src img to dst img.
net.py : define network of cnn.
train.py : train code for basic loss.
train_gan.py : train code for gan loss.

About

an example of chainer learning code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages