Bobak Hashemi
Bobak Hashemi
Can you expand on this, I'm running into the same issue, but you seem to be implying the issue is somehow at the dataset level, but the offending code is...
After looking at the code for a while, I think what's happening is that if you send in a batch where NONE of your entries has a positive example, then...
Hi, yeah I ran a test overnight, just returning a constant vector, in my case ```python if len(triplets) == 0: triplets.append([0,0,0]) ```` fixed the crash and the model seems to...
Hey no problem, thanks for making the post, definitely saved me some time on this!
Hi @Narsil , it seems I already have `0.10.3` as pip says requirement is already satisfied (I guess this is the latest version?). Here is my `pip freeze` ```bash absl-py==0.14.0...
Could [this line](https://github.com/huggingface/transformers/blob/v4.15.0/setup.py#L238) have something to do with it
I'm having the same error on Windows after installing caffe-cpu with anaconda using the following: ``` conda config --add channels anaconda conda install caffe-cpu -c willyd ``` ``` Python 3.6.8...
@lazylazypig nope, switched to pytorch 😅
I'd be happy to take a look at this. If I understand correctly, you'd like me to 1. Start with rankgen pretrained model 2. Use the dot product method between...
> I am not sure if the method described in the rankgen paper can be directly applied here (I only skimmed the paper)? If you know more, let me know......