Skip to content

Commit 1056a2f

Browse files
felixdivoholly1238
andauthored
Remove note on very old version (#1589)
The mentioned issue was close 1.5 years ago, so it shouldn't be relevant any more. Co-authored-by: Holly Sweeney <77758406+holly1238@users.noreply.github.com>
1 parent d3871ec commit 1056a2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

recipes_source/recipes/dynamic_quantization.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,6 @@ def print_size_of_model(model, label=""):
220220
q=print_size_of_model(quantized_lstm,"int8")
221221
print("{0:.2f} times smaller".format(f/q))
222222

223-
# note that this value is wrong in PyTorch 1.4 due to https://github.com/pytorch/pytorch/issues/31468
224-
# this will be fixed in 1.5 with https://github.com/pytorch/pytorch/pull/31540
225-
226223

227224
######################################################################
228225
# 4. Look at Latency

0 commit comments

Comments
 (0)