Open shy1992 opened 5 years ago
Clone the older version of code it will be there in releases of texar repo
So i tried the following:
`!wget https://github.com/asyml/texar/archive/v0.2.0.zip -P texar_repo; !unzip texar_repo/v0.2.0.zip -d texar_repo if not 'texar_repo' in sys.path: sys.path += ['texar_repo']
!mv texar_repo/texar-0.2.0/* texar_repo`
and the installation of the old texar version: !cd texar_repo && pip install -e .
the error still occurs
Please download. 0.1.0
Hello thank you for your reply. i got it to work by just copy the repo the thing i got wrong was that texar doesnt need to be installed i guess with the command: sys.path += ['texar_repo'] you get also access to the texar module so pip install is not required.
Thank you for your help! Amazing work btw its great to get insights about a complex tensorflow project.
Off-Topic: Do you have any good ressources to learn tensorflow or did you just read the tensorflow documentation?
Hello! I tried your code in a google colab and i encountered a problem i wasn't able to solve. During the inititalization of the Bert encoder in your ipynb: https://github.com/santhoshkolloju/Abstractive-Summarization-With-Transfer-Learning/blob/master/BERT_SUMM.ipynb
in cell 15 there occurs the following error
`Intializing the Bert Encoder Graph loading the bert pretrained weights
ValueError Traceback (most recent call last)