I trained a model by myself. The accuracy (acc) on the validation set is always only 50. When I test with the pre-trained model released by the author, the acc is also only 50. I only changed the relevant parameters in the code. Can you provide some suggestions?
I found through debugging that the mask value for mixing is 0 at the red line in the figure. I don't know why this is.
I trained a model by myself. The accuracy (acc) on the validation set is always only 50. When I test with the pre-trained model released by the author, the acc is also only 50. I only changed the relevant parameters in the code. Can you provide some suggestions?
I found through debugging that the mask value for mixing is 0 at the red line in the figure. I don't know why this is.