FredZhang7 commited on
Commit
c0931f3
·
1 Parent(s): efa4892

add line break

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -21,6 +21,8 @@ To be clear, this model is tailored to my image and video classification tasks,
21
  - **Pretrained:** Yes, but requires finetuning
22
  - **Original:** This model architecture is original
23
 
 
 
24
  ### Prepare Model for Training
25
  To change the number of classes, replace the linear classification layer.
26
  Here's an example to convert the architecture into a training-ready model.
 
21
  - **Pretrained:** Yes, but requires finetuning
22
  - **Original:** This model architecture is original
23
 
24
+ <br>
25
+
26
  ### Prepare Model for Training
27
  To change the number of classes, replace the linear classification layer.
28
  Here's an example to convert the architecture into a training-ready model.