Skip to content

Commit

Permalink
Fix import mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxingtan committed Dec 23, 2020
1 parent e419394 commit 53753bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion efficientdet/dataloader_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import dataloader
import hparams_config
from brain_automl.efficientdet import test_util
import test_util

from keras import anchors
from object_detection import tf_example_decoder
Expand Down
2 changes: 1 addition & 1 deletion efficientdet/keras/inference_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import tempfile
from absl import logging
import tensorflow as tf
from brain_automl.efficientdet import test_util
import test_util
from keras import efficientdet_keras
from keras import inference

Expand Down

0 comments on commit 53753bb

Please sign in to comment.