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 typo in Python code block on home page #21196

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Conversation

sophies927
Copy link
Contributor

@sophies927 sophies927 commented Jun 27, 2024

Description

Python code block on home page contained typo

Previous: outputs = session.run(None {"input": inputTensor})
Correction: outputs = session.run(None, {"input": inputTensor})

Fixes issue #21146

Motivation and Context

@sophies927 sophies927 requested a review from MaanavD June 27, 2024 20:34
@sophies927 sophies927 merged commit 8fc4470 into gh-pages Jun 27, 2024
7 checks passed
@sophies927 sophies927 deleted the tutorials-typo-fix branch June 27, 2024 20:54
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