mirror of
https://github.com/clearml/clearml
synced 2025-02-12 07:35:08 +00:00
Documentation
This commit is contained in:
parent
8a1e31c4f0
commit
96abe3ef04
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user