Closed JudePark96 closed 3 years ago
Hi, please check the python path as this needs to contain the src/
folder which contains the fec module (run export PYTHONPATH=src
)
@j6mes thank you for your reply.
I followed your environment set up process (create new conda repo, export PYTHONPATH=src), but it didn't work.
But I checked bash scripts/finetune_supervised.sh t5-base 1e-4 true false all (Fully-supervised ceiling)
is working. So I think it is not my environment problem.
Can you please check your repository contains fec
module or not?
Thanks.
Ah! Looks like it was an error in the script (when i made it public, i renamed the module from fec
to error_correction
)
I've updated the script now.
I checked update! Thanks!
@j6mes I think finetune_fever
module doesn't exist. Can you please check again ?
Hi,
To reproduce an experiments from the scratch that you've done, I was trying to run the LIME-based masker w/ bash scripts following as:
But "ModuleNotFoundError" (fec.modelling.finetune_fever) comes out, and I also have tried to find fec module, but I couldn't find.
If you can, I hope you to check the bash script is wrong or not.
Thank you for your paper and code!