Adnan Mohammed

Results 3 issues of Adnan Mohammed

In line286 of main.py, it should be: `new_mask = np.where(abs(tensor) > percentile_value, 0, mask[step])` so that smaller weights are set to zero. https://github.com/rahulvigneswaran/Lottery-Ticket-Hypothesis-in-Pytorch/blob/34a8c9678406a1c7dd0fec4c9f0d25d017be55fb/main.py#L286

Could you please tell on which fold pannuke model (that is provided with the repo) was trained?

I trained EBGAN on celeb dataset. It took out a long time for me to figure out how to avoid the mode collapse and train the model. Interestingly, low margin...