上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 345 下一页
摘要: import tensorflow as tfinp = tf.Variable(tf.random_normal([1,5,5,5... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(0) 评论(0) 推荐(0) 编辑
摘要: import tensorflow as tfinp = tf.Variable(tf.random_normal([1,5,5,5... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(1) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sat Mar... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python3# -*- coding: utf-8 -*-"""Created on Sat Mar... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 区别SAME和VALID VALID input = tf.Variable(tf.random_normal([1,5,5,5])... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 区别SAME和VALID VALID input = tf.Variable(tf.random_normal([1,5,5,5])... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(1) 评论(0) 推荐(0) 编辑
摘要: tf.nn.conv2d(input, filter, strides, padding, use_cudnn_on_gpu=Non... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(4) 评论(0) 推荐(0) 编辑
摘要: tf.nn.conv2d(input, filter, strides, padding, use_cudnn_on_gpu=Non... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python#这是一个很经典的cnn 入门教程了import tensorflow as tfimport s... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(18) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python#这是一个很经典的cnn 入门教程了import tensorflow as tfimport s... 阅读全文
posted @ 2022-08-19 22:58 luoganttcc 阅读(4) 评论(0) 推荐(0) 编辑
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 345 下一页