Skip to content

docs: minor changes in Resnet50 example #1427

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

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

przemb
Copy link
Contributor

@przemb przemb commented Oct 29, 2022

Description

Minor changes in documentation.

Type of change

  • This change requires a documentation update

Checklist:

  • [NA] My code follows the style guidelines of this project (You can use the linters)
  • [NA] I have performed a self-review of my own code
  • [NA] I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation
  • [NA] I have added tests to verify my fix or my feature
  • [NA] New and existing unit tests pass locally with my changes
  • [NA] I have added the relevant labels to my PR in so that relevant reviewers are notified

@@ -208,8 +208,7 @@
"<a id=\"3\"></a>\n",
"## 3. Running the model without optimizations\n",
"\n",
"\n",
"PyTorch has a model repository called `timm`, which is a source for high quality implementations of computer vision models. We can get our EfficientNet model from there pretrained on ImageNet."
Copy link
Contributor Author

@przemb przemb Oct 29, 2022

Choose a reason for hiding this comment

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

Copy paste...
Please check line 193

@przemb przemb force-pushed the pb_resnet50_notebook branch from 8a4d899 to 4e47be6 Compare October 30, 2022 00:14
@przemb przemb marked this pull request as draft October 31, 2022 15:47
@przemb przemb marked this pull request as ready for review October 31, 2022 15:48
Copy link
Collaborator

@narendasan narendasan left a comment

Choose a reason for hiding this comment

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

LGTM Thanks!

@narendasan narendasan merged commit ffabdae into pytorch:master Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants