ahadda5
ahadda5
I think it will solve a lot if there exits a comprehensive requirements.txt please. For now i downgraded, python=3.8, torchtext =0.8 , torch=1.7 etc. `>pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 torchtext==0.8.1...
Dear Rui, any updates on this. - Many notebooks rely on /data/keyphrase which does not exit in the latest master branch - Would love to see such a demo to...
Just realized , my [issue ](https://github.com/memray/OpenNMT-kpg-release/issues/51) just created is related to this
Faced the same issue with other scripts. I guess the project is more than 4yrs old and it is continuously changing. You can try an existing config yml.
@paulhauner Shouldn't this be part of the eth/v1/beacon. Ultimately you are asking the question _"Who are the validators being observed to be live at this (end of) epoch?"_ no? Which...
> I'm trying to determine if the validator has been seen to sign _any_ message during the given epoch to try and make a guess about whether or not there's...
@aqsa27 your target corpus should be called 'corpus.jsonl' to start with. also you have to have the folder 'generated/CustomDB' . The times I got that "mnrl positional " error ,...
i'm exactly here :) still trying to figure it out some thoughts - I don't believe corpus was changed between all the pos, neg reading/generation and this point (pseudo labeling)....
o well! our mistake is that the corpus.jsonl has the ids as int not strings. The code [dataloader](https://github.com/UKPLab/gpl/blob/eb57f080f2d950cbc5af175479e1e548045b38f3/gpl/toolkit/dataset.py#L10) expects it to be string so it errors at that Key. Change...