yad2k.py 文件源码

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

项目:DIL 作者: FoxRow 项目源码 文件源码
def space_to_depth_x2(x):
    """Thin wrapper for Tensorflow space_to_depth with block_size=2."""
    # Import currently required to make Lambda work.
    # See: https://github.com/fchollet/keras/issues/5088#issuecomment-273851273
    import tensorflow as tf
    return tf.space_to_depth(x, block_size=2)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号