To fix overfitting on small generative datasets, you can use techniques like data augmentation, regularization, and early stopping.
Here is the code reference using tensorflow:
![](https://www.edureka.co/community/?qa=blob&qa_blobid=5693618992648113094)
Hence, this approach combines data augmentation, dropout, L2 regularization, and early stopping to reduce overfitting.