网站首页 站内搜索

搜索结果

查询Tags标签: tensorflo,共有 1条记录
  • tensorflo实现Droppath

    # def drop_path(inputs, keep_prob, is_training=True, scope=None):def drop_path(inputs, keep_prob, is_training=True):"""Drops out a whole example hiddenstate with the specified probability."""# with tf.name_scope(scope, dr…

    2022/4/16 23:43:10 人评论 次浏览
扫一扫关注最新编程教程