Sehjbir

Results 3 issues of Sehjbir

I'm getting this error: File "train_segmentation.py", line 292, in validation_epoch_end ax[0, i].imshow(prep_for_plot(output["img"][i])) IndexError: index 4 is out of bounds for dimension 0 with size 4 I'm using custom dataset with...

Description: I have a dataset which contains both numeric and categorical variables. I want to combine oversampling and under-sampling together. SMOTEOMEK is only applicable to pure numeric dataset. Code Snippet:...