1
0
Fork 0
mirror of synced 2024-06-01 10:39:30 +12:00

Add comment about RNG seed

This commit is contained in:
nagadomi 2016-09-14 21:19:59 +09:00
parent 451ee1407f
commit f11108cba1

View file

@ -18,7 +18,7 @@ cmd:text()
cmd:text("waifu2x-training")
cmd:text("Options:")
cmd:option("-gpu", -1, 'GPU Device ID')
cmd:option("-seed", 11, 'RNG seed')
cmd:option("-seed", 11, 'RNG seed (note: it only able to reproduce the training results with `-thread 1`)')
cmd:option("-data_dir", "./data", 'path to data directory')
cmd:option("-backend", "cunn", '(cunn|cudnn)')
cmd:option("-test", "images/miku_small.png", 'path to test image')