Giter VIP home page Giter VIP logo

Comments (3)

jtkeeling avatar jtkeeling commented on July 22, 2024

It looks like you don't have a C++ compiler available. I would try installing clang, and then making sure it's in your PATH with which clang.

from code_contests.

zczlsde avatar zczlsde commented on July 22, 2024

Thanks a lot! It solves my problem. By the way, how to use this dataset for training. I could only view the question name through the command bazel run -c opt :print_names_and_sources /tmp/dm-code_contests/code_contests_valid.riegeli but how to view the contents and feed the dataset to my model. Are there any guides for this?

from code_contests.

jtkeeling avatar jtkeeling commented on July 22, 2024

If you look at the source code for print_names_and_sources.py, you should be able to see how the name is printed from the contest problem protobuf.

You can see the rest of the protobuf format in contest_problem.proto.

If you're not familiar with how to work with protobufs, I would start here: https://developers.google.com/protocol-buffers/docs/pythontutorial

from code_contests.

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.