Skip to content

Commit 466418b

Browse files
authored
Remove double space pytorch_launcher.py
1 parent f502180 commit 466418b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/accuracy_checker/accuracy_checker/launcher/pytorch_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def _convert_to_tensor(self, value, precision):
210210
if isinstance(value, self._torch.Tensor):
211211
return value
212212
if precision is None:
213-
precision = np.float32
213+
precision = np.float32
214214

215215
return self._torch.from_numpy(value.astype(precision)).to(self.device)
216216

0 commit comments

Comments
 (0)