Documentation

This commit is contained in:
allegroai 2019-07-08 23:28:08 +03:00
parent 8a1e31c4f0
commit 96abe3ef04

View File

@ -1169,6 +1169,7 @@ class PatchTensorflowModelIO(object):
except ImportError: except ImportError:
# noinspection PyBroadException # noinspection PyBroadException
try: try:
# TODO: we might want to reverse the order, so we do not get the deprecated warning
# make sure we import the correct version of save # make sure we import the correct version of save
import tensorflow import tensorflow
from tensorflow.saved_model import save from tensorflow.saved_model import save