这些导入语句中的层之间有什么区别?

时间:2019-02-26 14:21:53

标签: tensorflow

https://github.com/tensorflow/tensorflow/blob/2de01b1a7334522314b410d53aeeb0262057369a/tensorflow/contrib/slim/python/slim/nets/alexnet.py#L41中的第一次导入和第二次导入的图层之间有什么区别

tensorflow.contrib import layers

from tensorflow.contrib.layers.python.layers import layers as layers_lib

类似地,

from tensorflow.python.ops import variable_scope

from tensorflow.contrib.framework.python.ops import variables as variables_lib

0 个答案:

没有答案
相关问题