|
|
@ -22,10 +22,6 @@ Hacked together by / Copyright 2020 Ross Wightman
|
|
|
|
# limitations under the License.
|
|
|
|
# limitations under the License.
|
|
|
|
# ==============================================================================
|
|
|
|
# ==============================================================================
|
|
|
|
"""ImageNet preprocessing for MnasNet."""
|
|
|
|
"""ImageNet preprocessing for MnasNet."""
|
|
|
|
from __future__ import absolute_import
|
|
|
|
|
|
|
|
from __future__ import division
|
|
|
|
|
|
|
|
from __future__ import print_function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import tensorflow as tf
|
|
|
|
import tensorflow as tf
|
|
|
|
import numpy as np
|
|
|
|
import numpy as np
|
|
|
|
|
|
|
|
|
|
|
|