code_contests icon indicating copy to clipboard operation
code_contests copied to clipboard

Results 21 code_contests issues
Sort by recently updated
recently updated
newest added

- Environment: Dockerhub from https://github.com/deepmind/code_contests/issues/9#issuecomment-1144285297 (Thanks to @LaudemPax) - Successfully ran solve_example.cc - Tested on both Python3.8.10 and Python3.10.4 I built a custom code based on solve_example.cc to evaluate an...

When I run the `bazel run -c opt :print_names_and_sources /tmp/dm-code_contests/code_contests_valid.riegeli`, an error occurred. ERROR: An error occurred during the fetch of repository 'local_config_cc': Traceback (most recent call last): File "/home/sameul/.cache/bazel/_bazel_sameul/25938179392971c8c07cd72c7f57c456/external/bazel_tools/tools/cpp/cc_configure.bzl",...

Python 3.9.7 OS: Window **Having an error when running bazel to read RIEGELI files.** I followed the readme (install google sdk -> download data using 'gsutil' -> git clone code_contests...

I execute bazel command on my computer : bazel run -c opt execution:solve_example -- --valid_path=/tmp/dm-code_contests/code_contests_valid.riegeli --python3_path=/usr/bin/python3 --python3_library_paths=/usr/lib/python3 Then I got Segmentation fault, Something wrong right? I had already use gsutil...

Please help with Bazel run gets ImportError on macOS 12.2 Monterey (Intel chip): `` % bazel run -c opt \ :print_names_and_sources /tmp/dm-code_contests/code_contests_valid.riegeli Starting local Bazel server and connecting to it......

I followed the readme file to clone the repo and download the data. When I tried `bazel run -c opt :print_names_and_sources /tmp/dm-code_contests/code_contests_train.riegeli*`, it ran into the error: ``` ERROR: /home/ubuntu64/.cache/bazel/_bazel_ubuntu64/0383bdf747a541d9fe51b3d550b07b10/external/com_google_riegeli/riegeli/records/BUILD:79:11:...

When running the first command, I'm getting the following errors: `root@[COMPUTER NAME]:/tmp/dm-code_contests# bazel run -c opt \ > :print_names_and_sources /tmp/dm-code_contests/code_contests_valid.riegeli INFO: Build option --compilation_mode has changed, discarding analysis cache. INFO:...

Added a python script that iterates through the riegeli files and then converts them to JSON. Although the data files go from 3GB to 20GB in size, JSON is an...

Thanks you for your amazing work. Is there any chance that the dataset would be updated, like mentioned in the [AlphaCode 2 report](https://storage.googleapis.com/deepmind-media/AlphaCode2/AlphaCode2_Tech_Report.pdf)? Thank you.