のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2018-10-28から1日間の記事一覧

Pix2pixを読む train

https://github.com/phillipi/pix2pix/blob/master/train.lua -- usage example: DATA_ROOT=/path/to/data/ which_direction=BtoA name=expt1 th train.lua -- -- code derived from https://github.com/soumith/dcgan.torch -- >|lua| require 'torch' requ…