Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions armory/baseline_models/tf_graph/mscoco_frcnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"""

from art.estimators.object_detection.tensorflow_faster_rcnn import TensorFlowFasterRCNN
import tensorflow as tf
import tensorflow.compat.v1 as tf

tf.compat.v1.disable_eager_execution()
tf.disable_eager_execution()


def get_art_model(model_kwargs, wrapper_kwargs, weights_file=None):
Expand Down