Skip to content

Commit b2cd7bf

Browse files
committed
modify : Pretraining VGG from scrach
add packagge install code
1 parent 13709a5 commit b2cd7bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

beginner_source/Pretraining_Vgg_from_scratch.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
and seasoned practitioners looking to deepen their understanding of CNN
1616
architectures.
1717
18+
Before you start
1819
19-
"""
20-
20+
.. code-block:: sh
2121
22-
######################################################################
22+
pip install albumentations
23+
"""
2324

2425

2526

0 commit comments

Comments
 (0)