TensorFlowInterface.py 文件源码

python
阅读 31 收藏 0 点赞 0 评论 0

项目:IntroToDeepLearning 作者: robb-brown 项目源码 文件源码
def __init__(self,input,shape,name,strides=[1,1,1,1],std=1.0,bias=0.1):
        self.input = input
        self.units = shape[-1]
        self.shape = shape
        self.strides = strides
        self.name = name
        self.initialize(std=std,bias=bias)
        self.setupOutput()
        self.setupSummary()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号