Skip to content

Commit 8095d5b

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
deeplearning/projects/crypten:crypten
Reviewed By: mohammad-alrubaie Differential Revision: D57322286 fbshipit-source-id: 119ad2e8b4e1b7e877ebb72c85aee1973f8a69e0
1 parent a6eb923 commit 8095d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crypten/nn/onnx_converter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
from . import module
2020

2121
try:
22-
import tensorflow as tf # noqa
23-
import tf2onnx
22+
import tensorflow as tf # @manual
23+
import tf2onnx # @manual
2424

2525
TF_AND_TF2ONNX = True
2626
except ImportError:

0 commit comments

Comments
 (0)