Remove some old __future__ imports
parent
85bf4b8cd6
commit
0167f749d3
|
@ -2,10 +2,6 @@
|
|||
|
||||
Hacked together by / Copyright 2020 Ross Wightman
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
import torch.utils.data as data
|
||||
|
||||
import os
|
||||
|
|
|
@ -22,10 +22,6 @@ Hacked together by / Copyright 2020 Ross Wightman
|
|||
# limitations under the License.
|
||||
# ==============================================================================
|
||||
"""ImageNet preprocessing for MnasNet."""
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
import tensorflow as tf
|
||||
import numpy as np
|
||||
|
||||
|
|
|
@ -6,10 +6,6 @@ This implementation is compatible with the pretrained weights from cypw's MXNet
|
|||
|
||||
Hacked together by / Copyright 2020 Ross Wightman
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
from collections import OrderedDict
|
||||
from typing import Tuple
|
||||
|
||||
|
|
Loading…
Reference in New Issue