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

Running CheXpert labeler on Google Colab? #38

Open
PabloMessina opened this issue Nov 16, 2022 · 4 comments
Open

Running CheXpert labeler on Google Colab? #38

PabloMessina opened this issue Nov 16, 2022 · 4 comments

Comments

@PabloMessina
Copy link

Hi. I'm trying to run CheXpert labeler on Google Colab, but I'm unable to generate labels for the sample_reports.csv. You can find my attempt here: https://colab.research.google.com/drive/17ABqvLdJd5GcuxRGPMgQwS5HqtWSIcww?usp=sharing

Do you have, or at least know how to implement, a minimal working example of CheXpert labeler running on colab?

Thanks in advance,
Pablo

@jirvin16
Copy link
Contributor

I'm not aware of a working example in Colab. Instead of running a shell command you could try importing the label function and running it from within Colab instead?

@PabloMessina
Copy link
Author

PabloMessina commented Nov 16, 2022

Do you mean using Colab's Python instead of the Python that comes with conda? What should I do instead of running conda env create -f environment.yml?

@jirvin16
Copy link
Contributor

I mean something like:

from chexpert_labeler.label import label

label(...)

@njan-creative
Copy link

I am also trying to setup on Google colab without success.. Were you able to get it to work ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants