Posts

Showing posts with the label tensorflow

Towards Data Science Tensorflow

Image
Towards Data Science Tensorflow . If you want to train your models with tensorflow in the most efficient way you probably should use tfrecords and the tensorflow data module to. Last week, you've seen how data augmentation can squeeze an extra couple of percent accuracy from your tensorflow models. 10 TensorFlow Tricks Every ML Practitioner Must Know by from towardsdatascience.com Tensorflow’s format might not be easy to start with, but it is great for model training — the tfrecord format is google’s data format for efficiently storing and reading data. Photo by jan kahánek on unsplash. The data will be loaded in batches, or tiny chunks, by the pipeline.