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

[HPC_AI][AI for Science Climate] Improvements #85

Open
mozhgan-kch opened this issue Oct 14, 2021 · 0 comments
Open

[HPC_AI][AI for Science Climate] Improvements #85

mozhgan-kch opened this issue Oct 14, 2021 · 0 comments
Assignees
Labels
Suggestion Not a bug, but merely a suggestion

Comments

@mozhgan-kch
Copy link
Contributor

mozhgan-kch commented Oct 14, 2021

Suggestions related to the cell block in Resnets notebook and CNN:

# Reshape input data from (28, 28) to (28, 28, 1)
# w, h = 28, 28
#train_images = train_images.reshape(train_images.shape[0], w, h)
#test_images = test_images.reshape(test_images.shape[0], w, h)

Deletion of entire lines in the "Making predictions" block. It overwrites train_image on test_image variable names and prevents the previous cells to be re-run again. And we are not using "train_images" in the following cells.
This back-conversion is necessary?

@mozhgan-kch mozhgan-kch added the Suggestion Not a bug, but merely a suggestion label Oct 14, 2021
@mozhgan-kch mozhgan-kch changed the title [HPC_AI][Climate] Improvements [HPC_AI][AI for Science Climate] Improvements Oct 14, 2021
@aswinkumar1999 aswinkumar1999 self-assigned this Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggestion Not a bug, but merely a suggestion
Projects
None yet
Development

No branches or pull requests

2 participants