def __init__(self,input,shape,name,std=1.0,bias=0.1):
self.input = input
self.units = shape[-1]
self.shape = shape
self.name = name
self.initialize(std=std,bias=bias)
self.setupOutput()
self.setupSummary()
TensorFlowInterface.py 文件源码
python
阅读 27
收藏 0
点赞 0
评论 0
评论列表
文章目录