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

Fix indentation in docs #403

Merged
merged 5 commits into from
Jun 28, 2023
Merged

Fix indentation in docs #403

merged 5 commits into from
Jun 28, 2023

Conversation

philipkiely-baseten
Copy link
Member

No description provided.

Copy link
Collaborator

@bolasim bolasim left a comment

Choose a reason for hiding this comment

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

find to merge for now, just thinking about how to do these code spinnets in a way that's complete without being too verbose. It's a hard balance. I think we're getting close.

tf.image.resize([input_image], (224, 224))
)
return np.array(preprocessed_image)
class Model:
Copy link
Collaborator

Choose a reason for hiding this comment

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

this also needs a predict to make sense I think. Or you need a ... under class Model:

for index in top_probability_indices
}
class Model:

Copy link
Collaborator

Choose a reason for hiding this comment

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

same as above

)
self.s3_bucket = (secrets["gfpgan_aws_bucket"])
class Model:

Copy link
Collaborator

Choose a reason for hiding this comment

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

same

@philipkiely-baseten philipkiely-baseten merged commit 24f42ff into main Jun 28, 2023
3 checks passed
@philipkiely-baseten philipkiely-baseten deleted the philip/indentation branch June 28, 2023 00:30
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

2 participants