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

Add dev container for DELF project #10874

Open
mirzaim opened this issue Dec 21, 2022 · 1 comment
Open

Add dev container for DELF project #10874

mirzaim opened this issue Dec 21, 2022 · 1 comment
Assignees
Labels
models:research models that come under research directory type:feature

Comments

@mirzaim
Copy link
Contributor

mirzaim commented Dec 21, 2022

The suggestion is for the DELF project.
https://github.com/tensorflow/models/tree/master/research/delf

I had some trouble making the DELF model work. It needs some dependencies and some of them had collisions with other projects.
I tried to use install_delf.sh script, but It also returns some errors. It takes some time and effort until I can use the project.

I think It is a good idea to build a dev container and dockerize the whole project. It's a lot easier for others to use it.

@chandrakanth-gudavalli
Copy link

chandrakanth-gudavalli commented Feb 20, 2023

I have built a docker image. Hope this will help to mitigate the issues with DELF installation.

  • docker pull chandrakanthgudavalli/delf:v1.0.0
  • docker run -it chandrakanthgudavalli/delf:v1.0.0 bash
  • python3 -c "import delf" is working fine.

I am hoping this would help the other delf users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models:research models that come under research directory type:feature
Projects
None yet
Development

No branches or pull requests

4 participants