Sophia Ramirez

Results 2 comments of Sophia Ramirez

> For below part ,why use crop_right substract crop_eleft instead of substracting crop_left? out1 = self._net(take_per_row(x, crop_offset + crop_eleft, crop_right - crop_eleft)) out1 = out1[:, -crop_l:] > > ``` >...

I also have very low accuracy, even with the author's model, and the command and F1 scores are as follows: ```sh python test.py --dataset DISFA --arc resnet50 --exp-name MEflod1_ResNet50_in_DISFA --fold...