isaaccorley commited on
Commit
4aabd8a
·
verified ·
1 Parent(s): af4b5a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ md5 = hashlib.md5(open(filename, "rb").read()).hexdigest()[:8]
33
  os.rename(filename, filename.replace(".pth", f"-{md5}.pth"))
34
  ```
35
 
36
- The preprocessing transforms are
37
 
38
  ```
39
  Compose(
 
33
  os.rename(filename, filename.replace(".pth", f"-{md5}.pth"))
34
  ```
35
 
36
+ The preprocessing transforms are:
37
 
38
  ```
39
  Compose(