Viewing a single comment thread. View all comments

nwatab t1_iy7yfr8 wrote

Thanks. My data is one CSV and a lot of jpgs. I'm using tf.data input pipelines. .cache() could cause a problem according to your insights. I'll check them.

1

nwatab t1_iy8bssy wrote

Yes, it was cache that caused a problem. Now it works good. Somehow it didn't come up to me. Thanks!

1