fe1ixxu / BiBERT

This is the repository of the EMNLP 2021 paper "BERT, mBERT, or BiBERT? A Study on Contextualized Embeddings for Neural Machine Translation".
MIT License
30 stars 6 forks source link

Problem in train.sh #2

Closed HardikArora17 closed 2 years ago

HardikArora17 commented 2 years ago

Hi , I am getting the following error while trying to run the code on google colab. Could you please help me resolve it ?

image

fe1ixxu commented 2 years ago

Hi, thanks for the interest in our paper. I run the script smoothly and can't reproduce the same issue. Try pip install metadata?

HardikArora17 commented 2 years ago

Hi @fe1ixxu , I am still getting the same error while running. Could you have a look at it ? Here's the link to the notebook : https://colab.research.google.com/drive/1eMVVNhBGRIHp7WbZ6679T326RcOm-A6p?usp=sharing

Thanks for the help !

fe1ixxu commented 2 years ago

Hi @fe1ixxu , I am still getting the same error while running. Could you have a look at it ? Here's the link to the notebook : https://colab.research.google.com/drive/1eMVVNhBGRIHp7WbZ6679T326RcOm-A6p?usp=sharing

Thanks for the help !

Hi, sorry for the delay. I don't have the access to the link (maybe expired). If you still have the issue, could you please share the link again and I will take a look sometime today?

HardikArora17 commented 2 years ago

@fe1ixxu can you please check with this link :
https://colab.research.google.com/drive/1eMVVNhBGRIHp7WbZ6679T326RcOm-A6p?usp=sharing

fe1ixxu commented 2 years ago

No I still can't (this is the same link you have shared). But it looks like an env issue that not happens to everyone. Maybe try reinstall the virtual env?

Screen Shot 2022-06-25 at 11 27 29 AM
HardikArora17 commented 2 years ago

Hi @fe1ixxu ,The issue somehow got sorted ,you were right there was an environment issue ,thanks for helping me out . I am closing the issue now .