GithubHelp home page GithubHelp logo

Comments (4)

santhoshkolloju avatar santhoshkolloju commented on September 21, 2024

Clone the older version of code it will be there in releases of texar repo

from abstractive-summarization-with-transfer-learning.

shy1992 avatar shy1992 commented on September 21, 2024

So i tried the following:

  • Downloaded the 0.2.0 repo like you did with the git repo
  • installed the texar from source

`!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

from abstractive-summarization-with-transfer-learning.

santhoshkolloju avatar santhoshkolloju commented on September 21, 2024

Please download. 0.1.0

from abstractive-summarization-with-transfer-learning.

shy1992 avatar shy1992 commented on September 21, 2024

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?

from abstractive-summarization-with-transfer-learning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.