File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55import tensorflow as tf
66import tensorlayer as tl
77from tensorflow .python .training import moving_averages
8-
98from tensorlayer import logging
109from tensorlayer .layers .core import Layer
11- from tensorlayer .layers .utils import (quantize_active_overflow , quantize_weight_overflow )
10+ from tensorlayer .layers .utils import (quantize_active_overflow ,
11+ quantize_weight_overflow )
1212
1313# from tensorlayer.layers.core import LayersConfig
1414
Original file line number Diff line number Diff line change 11#! /usr/bin/python
22# -*- coding: utf-8 -*-
33
4- import tensorlayer as tl
54import tensorflow as tf
5+ import tensorlayer as tl
66# from tensorlayer.layers.core import LayersConfig
77from tensorflow .python .training import moving_averages
8-
98from tensorlayer import logging
109from tensorlayer .decorators import deprecated_alias
1110from tensorlayer .layers .core import Layer
12- from tensorlayer .layers .utils import (quantize_active_overflow , quantize_weight_overflow )
11+ from tensorlayer .layers .utils import (quantize_active_overflow ,
12+ quantize_weight_overflow )
1313
1414__all__ = [
1515 'QuanDenseLayerWithBN' ,
You can’t perform that action at this time.
0 commit comments