lashao commited on
Commit
a942142
·
verified ·
1 Parent(s): a9077b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ with torch.no_grad():
57
  output = model(input_batch)
58
 
59
  print(output)
60
- print(output.shape )
61
 
62
  ```
63
 
 
57
  output = model(input_batch)
58
 
59
  print(output)
60
+ print(output.shape)
61
 
62
  ```
63