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

Tutorials : Pretraining VGG from Scrtach #2971

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
327738e
modify spelling
woongjoonchoi Mar 5, 2022
c53e7d4
Merge branch 'pytorch:main' into master
woongjoonchoi Jul 13, 2024
6e92650
feat : tutorials
woongjoonchoi Jul 13, 2024
124e01f
Merge branch 'main' into master
svekars Jul 15, 2024
c401bcb
modify : tutorial
woongjoonchoi Jul 16, 2024
981ded5
Merge remote-tracking branch 'origin/master'
woongjoonchoi Jul 16, 2024
32ed435
modify : VGG training from scratch
woongjoonchoi Jul 16, 2024
3ae5d7d
Merge branch 'main' into master
woongjoonchoi Jul 18, 2024
9297a3d
Merge branch 'main' into master
woongjoonchoi Jul 23, 2024
f8dbb6e
modify : pyspellchecker
woongjoonchoi Jul 24, 2024
13709a5
modify :Training VGG froms scratch
woongjoonchoi Jul 24, 2024
b2cd7bf
modify : Pretraining VGG from scrach
woongjoonchoi Jul 24, 2024
af08545
modify : Pretraining VGG from scrach
woongjoonchoi Jul 24, 2024
95b16d4
modify : Pretraining VGG from scratch
woongjoonchoi Jul 24, 2024
2f3f93a
Merge branch 'main' into master
woongjoonchoi Jul 24, 2024
cd53e64
Merge branch 'main' into master
svekars Jul 29, 2024
2c891c9
modify : VGG tutorial
woongjoonchoi Aug 9, 2024
07194b5
Merge remote-tracking branch 'origin/master'
woongjoonchoi Aug 9, 2024
ef6cf15
Merge branch 'main' into master
woongjoonchoi Aug 9, 2024
7938635
Merge branch 'main' into master
woongjoonchoi Aug 20, 2024
f706a64
modify : VGG tutorial
woongjoonchoi Sep 16, 2024
4cb9238
Merge branch 'main' into master
woongjoonchoi Sep 16, 2024
993d32a
Update Pretraining_Vgg_from_scratch.py
svekars Sep 16, 2024
d25d920
Apply suggestions from code review
svekars Sep 16, 2024
e6c7a9b
Apply suggestions from code review
svekars Sep 16, 2024
be72b01
Fix indentation
svekars Sep 16, 2024
c900f66
modify: VGG tutorial
woongjoonchoi Sep 17, 2024
c9723cf
modify: VGG tutorial
woongjoonchoi Sep 17, 2024
2db1099
modify : VGG tutorial
woongjoonchoi Sep 17, 2024
a6e8ca2
Update index.rst
woongjoonchoi Sep 24, 2024
7f58d3c
Update index.rst
svekars Sep 24, 2024
f11d798
Update index.rst
svekars Sep 24, 2024
61f65fd
Merge branch 'main' into master
woongjoonchoi Sep 25, 2024
68920a0
Merge branch 'main' into master
woongjoonchoi Sep 26, 2024
ef33eaa
Fix rendering
svekars Sep 26, 2024
d4bec3a
Update beginner_source/Pretraining_Vgg_from_scratch.py
svekars Sep 26, 2024
a0547f5
Merge branch 'main' into master
woongjoonchoi Oct 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci/docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# --extra-index-url https://download.pytorch.org/whl/cu117/index.html # Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version.
# Refer to ./jenkins/build.sh for tutorial build instructions

albumentations
sphinx==5.0.0
sphinx-gallery==0.11.1
sphinx_design
Expand Down
Loading
Loading