spatial_transformer.py 文件源码

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

项目:tf_practice 作者: juho-lee 项目源码 文件源码
def meshgrid(height, width):
    x = tf.tile(tf.linspace(-1.,1.,width), [height])
    y = repeat(tf.linspace(-1.,1.,height), width)
    return x, y
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号