Skip to content

Tag: tensorflow

tf-nightly-gpu and Keras

So, I was able to get lucky and get my hands on an RTX 3070. Unfortunately, this isn’t working out as well as I would have liked for me when it comes to tensorflow. I’ve spent some time on google and from what I can tell, tf-nightly-gpu is the solution to my issues here. I’ve installed Cuda …

How do I fit tensorflow ImageDataGenerator

I’ve build my model, but do not know how to fit it. Could anyone give me some tip so I can use ImageDataGenerator in my models while working with images, or it is better to use other ways like using Dataset? My directory architecture: PS: I found article where same method used and everything seems to wo…