3D_DTN_tests.py 文件源码

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

项目:3D_Dense_Transformer_Networks 作者: JohnYC1995 项目源码 文件源码
def main():
    sess = tf.Session()
    # inputs
    U=tf.linspace(1.0,10.0,2*8*8*8*2)
    U =tf.reshape(U,[2,8,8,8,2])
    #network initial
    dtn_input_shape = [2,8,8,8,2]
    control_points_ratio = 2
    # initial DTN class
    transform = DSN_Transformer_3D(dtn_input_shape,control_points_ratio)
    # encoder
    conv1= transform.Encoder(U,U)
    #decoder
    conv2 = transform.Decoder(conv1,conv1)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号