Update README.md
Browse files
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(
|