Nikhil Tomar

Results 5 comments of Nikhil Tomar

I think you should check the data type of the `m_pred` and `m` variables. Do they match the required data type required by the loss function?

For online data augmentation: https://albumentations.ai/docs/examples/example/ I have dedicated video for offline data augmentation. https://youtu.be/bSxz_EWwZtA

I haven't tried Keras generator for online augmentation. So, can't help you with it.

`raise ValueError('Empty training data.') ValueError: Empty training data.` Please check the path of the dataset. The above error is because the dataset is empty and I think it is about...

I can see that you using Windows. Please check your path first, that is the first thing that conflicts between Windows and other OS.