"tests/python/common/test_sparse_ops-csr.py" did not exist on "7c598aac6c25fbee53e52f6bd54c2fd04bad2151"
Unverified Commit e95db7aa authored by Saswat Das's avatar Saswat Das Committed by GitHub
Browse files

Fixed typo in gallery example (#4352)

parent ad3c3f78
......@@ -133,7 +133,7 @@ for i, (pred, pred_scripted) in enumerate(zip(res, res_scripted)):
print(f"Prediction for Dog {i + 1}: {labels[str(pred.item())]}")
####################################
# Since the model is scripted, it can be easily dumped on disk an re-used
# Since the model is scripted, it can be easily dumped on disk and re-used
import tempfile
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment