Ehsan Yaghoubi
Ehsan Yaghoubi
RuntimeError: Invalid index in scatter at /pytorch/aten/src/TH/generic/THTensorEvenMoreMath.cpp:151
First, I should mention that the code is working for the `Market1501` dataset properly. I want to train the network on the RAP dataset. I have created a `rap.py` as...
During training the model, I frequently receive the following warning: `Token indices sequence length is longer than the specified maximum sequence length for this model (590 > 512). Running this...
Hi, thanks for sharing the codes. I read your paper enjoyably. It was very well-written. I have one question and appreciate your reply. In the "Experimental Setup" section of the...
I’m trying to train the model on my tabular dataset, which contains both categorical and numerical features. I prepared the dataset as .npy splits and created a corresponding toml configuration...