bill-kalog
bill-kalog
you could also try caching the dataset using the cache flag if you have enough ram. After the first epoch I had at least 2 batch/s if I remember correctly...
@tann9949 sure just pass `--cache` in your training call you can use tfrecords too `--tfrecords` and specify a directory for them to be stored in the `tfrecords_dir: ` inside your...
Hi, this code was written when tensorflow 1.0 was the latest version. So, quite a few things have probably changed since then. But other than that there shouldn't be any...