Update tester.py
Browse files
tester.py
CHANGED
@@ -83,7 +83,7 @@ class CaptionSampler(object):
|
|
83 |
|
84 |
# imageData = image_file.convert('RGB')
|
85 |
# imageData = self.transform(imageData)
|
86 |
-
imageData =
|
87 |
|
88 |
print(imageData.shape)
|
89 |
|
|
|
83 |
|
84 |
# imageData = image_file.convert('RGB')
|
85 |
# imageData = self.transform(imageData)
|
86 |
+
# imageData = imageData.unsqueeze_(0)
|
87 |
|
88 |
print(imageData.shape)
|
89 |
|