Code Monkey home page Code Monkey logo

Comments (7)

hitvoice avatar hitvoice commented on July 20, 2024

Did you check that these 4 are installed?

  • wget
  • unzip
  • python3
  • pip

Especially when python is installed, it should have a "python3" alias. If these are installed, you can skip the pre-download check code and just run the remaining lines.

from drqa.

RSamuka avatar RSamuka commented on July 20, 2024

Yes, I installed everything, I had to skip the pre-download check. Buy when I do the next comand "python train.py -e 40 -bs 32", give me this error:

File "C:......\DrQA\train.py", line 377, in
main()
File "C:.......\DrQA\train.py", line 21, in main
train, dev, dev_y, embedding, opt = load_data(vars(args))
File "C:........\DrQA\train.py", line 213, in load_data
with open('SQuAD/meta.msgpack', 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'SQuAD/meta.msgpack'

from drqa.

RSamuka avatar RSamuka commented on July 20, 2024

I dont have the file inside the paste.

from drqa.

hitvoice avatar hitvoice commented on July 20, 2024

I haven't tested my code on Windows. I've no idea what's happening. I'll reply to you maybe next week after I try my code on a windows machine.

from drqa.

hitvoice avatar hitvoice commented on July 20, 2024

Bash is only for Linux-based systems. Maybe you need WSL or something like that to make the script work.

from drqa.

RSamuka avatar RSamuka commented on July 20, 2024

I resolved it. I had to convert the encoding to utf-8. Apreciate ur help :)

from drqa.

hitvoice avatar hitvoice commented on July 20, 2024

Glad to see that. :)

from drqa.

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.