-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Tutorials : Pretraining VGG from Scrtach #2971
base: main
Are you sure you want to change the base?
Conversation
saving and loading a general checkpoint.py \n intial -> initial
toctree : Image and Video Pretraining Vgg from scratch
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/2971
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -0,0 +1,643 @@ | |||
""" | |||
In this tutorial, we will embark on an exciting journey to build and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please follow this template . Your tutorials should have: Title, a short abstract, Author, Overview, Steps, and Conclusion. Please maintain a third-person narrative throughout the document. Avoid using first-person pronouns like "I" and instead use "we". Use active voice where possible.
Follow Pytorch Tutorial convetion Modify I -> We
Add More things to try , Conclusion , Further Reading
Hi @svekars, could you please help to take a look of this PR? |
pyspell fixed
add packagge install code
add packagge install code
Hi @svekars, could you please help to take a look of this PR again? |
remove tqdm
pyspell check,add albumentations installation code
Hi @svekars , could you please help to take a look of this PR again? |
train loader fail
train loader fail
feedback accepted Re PullRequest because of network issue
Co-authored-by: Joel Schlosser <[email protected]>
@svekars Are there any other things I need to fix? |
This tutorial takes almost 200 minutes to build: https://docs-preview.pytorch.org/pytorch/tutorials/2971/beginner/Pretraining_Vgg_from_scratch.html which we can't support. I suggest you convert this to |
val_data.transform= A.Compose( | ||
[ | ||
A.Normalize(), | ||
A.SmallestMaxSize(max_size=val_data.S), | ||
A.CenterCrop(height =224,width=224) | ||
] | ||
|
||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please run lintrunner -a
(from here) on the code blocks throughout using the .lintrunner.toml
config provided in the base PyTorch repo dir? The use of whitespace is inconsistent and makes the logic hard to read
change .py to .rst
.py to .rst
@svekars Hi. svekars I changed .html to .rst file and added it to begginer_source as .rst instead of .py. Sorry for the delay. |
Fixes #ISSUE_NUMBER
Description
I make a new tutorial training VGG from scratch . There are no tutorials traning Vgg from scratch.
Checklist
cc @subramen @albanD