Ahmed Mohamed Labib

Results 2 comments of Ahmed Mohamed Labib

In the data.py file i changed line 217 from: self.original_y_min, self.original_y_max = y.min(), y.max() to: self.original_y_min, self.original_y_max = np.min(y),np.max(y) and it works for me ![Screen Shot 2021-10-30 at 11 22...

Does anyone share the same problem or has a different point of view or there something i am missing in the paper