Skip to content

Commit 54e67c9

Browse files
committed
Update documentation for prediction
1 parent 0199f38 commit 54e67c9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

prune.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@
4747
# in International Conference on Learning Representations, 2020.
4848
# ========================================================================================================
4949

50-
# =========================================================================
51-
# To perform prediction using the mode, append the contents of predict.py,
52-
# but change the model to the pruned model (model) instead of PMDLite,
53-
# as shown below.
54-
# =========================================================================
50+
# ===========================================
51+
# Perform prediction using the pruned model.
52+
# ===========================================
5553

5654
import numpy as np
5755
import os

0 commit comments

Comments
 (0)