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

RAM problem #3

Open
janaWalaaM opened this issue Dec 13, 2024 · 0 comments
Open

RAM problem #3

janaWalaaM opened this issue Dec 13, 2024 · 0 comments

Comments

@janaWalaaM
Copy link

Hello
My total images are 13 thousand and I want to use EfficientNet B7
When I run this code
#This model takes input images of shape (224, 224, 3), and the input data should range [0, 255].

images = np.array(images)

images = images.astype('float32') / 255.0
images.shape

I get this message Your session crashed for an unknown reason.

What is the solution to this problem.

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