[go: nahoru, domu]

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

migrate vit_small_ds.py to keras 3 #1851

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lkarthee
Copy link
@lkarthee lkarthee commented May 3, 2024

No description provided.

@lkarthee lkarthee changed the title migrate to vit_small_ds.py to keras 3 migrate vit_small_ds.py to keras 3 May 3, 2024
@@ -49,11 +49,12 @@

import math
import numpy as np
import keras
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have only updated py file. I will update other files after review.

Copy link
Member
@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you. Does it run fine with all backends?

@lkarthee
Copy link
Author
lkarthee commented May 5, 2024

I ran on colab with default backend - it took long time to finish. Will CI check for all backends ?

@fchollet
Copy link
Member
fchollet commented May 8, 2024

Will CI check for all backends ?

No, it will not. Can you check by hand? No need to leave it running to completion, you can interrupt after fit() starts progressing.

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

Successfully merging this pull request may close these issues.

None yet

3 participants