Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix a bug in the data preparation for the RANZCR competition #605

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix a bug in the data preparation for the RANZCR competition.
  • Loading branch information
WinstonLiyt committed Feb 17, 2025
commit a3cd30113c34a6c1a32bf6a94427139b22c05a98
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ RUN apt-get clean && apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

RUN git clone https://github.com/openai/mle-bench.git
RUN sed -i '/CVC - Borderline",/a\ "CVC - Normal",\n "Swan Ganz Catheter Present",' mle-bench/competitions/ranzcr-clip-catheter-line-classification/classes.py
RUN cd mle-bench && git lfs fetch --all
RUN cd mle-bench && git lfs pull
RUN cd mle-bench && python -m pip install -e .
Loading
Oops, something went wrong.