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

Backward compatibility issue for running Deformable DETR #1079

Open
sachinraja13 opened this issue Jun 21, 2024 · 0 comments
Open

Backward compatibility issue for running Deformable DETR #1079

sachinraja13 opened this issue Jun 21, 2024 · 0 comments

Comments

@sachinraja13
Copy link

The requirements file for the deformable DETR project uses jax 0.3.17 and flax 0.5.3.

However, I cannot go back in the version beyond 0.4.26 for jax and 0.8.4 for flax since I want to use METAL accelerator which is only compatible with jax 0.4.26 and above.

Because of this, I'm encountering many issues, specifically with the optimizer. It would be very helpful if I can get some help with porting the code to be compatible with newer versions of jax and flax.

Thanks in advance!

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

1 participant