hadrilec commited on
Commit
df96186
·
verified ·
1 Parent(s): 8b65830

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -25,6 +25,8 @@ class Net(nn.Module):
25
  out = self.fc2(out)
26
  return out
27
 
 
 
28
  ## 📈 Training & Validation Loss
29
 
30
  Below is the training vs. validation loss curve:
 
25
  out = self.fc2(out)
26
  return out
27
 
28
+ ```
29
+
30
  ## 📈 Training & Validation Loss
31
 
32
  Below is the training vs. validation loss curve: