上一页 1 ··· 176 177 178 179 180 181 182 183 184 ··· 345 下一页
摘要: import osimport tensorflow as tfimport cProfiletf.executing_eagerl... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(25) 评论(0) 推荐(0)
摘要: x = tf.constant([1,2,3])print(x.shape)x = tf.ensure_shape(x, [3]) ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(22) 评论(0) 推荐(0)
摘要: x = tf.constant([1,2,3])print(x.shape)x = tf.ensure_shape(x, [3]) ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(14) 评论(0) 推荐(0)
摘要: import tensorflow as tf # 'hypothesis' is a tensor of shape `[2, ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(11) 评论(0) 推荐(0)
摘要: import tensorflow as tf # 'hypothesis' is a tensor of shape `[2, ... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: 我们公司的采用的谷歌的云机器,如果机器里由显卡,那么这台机器会每隔一段时间会重启重启后会导致任务挂掉,对于布置的在机器上的服务需要设... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(28) 评论(0) 推荐(0)
摘要: import tensorflow as tfx = tf.constant(12)y = tf.constant(5)def f1... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(11) 评论(0) 推荐(0)
摘要: import tensorflow as tfx = tf.constant(12)y = tf.constant(5)def f1... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(13) 评论(0) 推荐(0)
摘要: import tensorflow as tft1 = [[1, 2, 3], [4, 5, 6]]t2 = [[7, 8, 9],... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(8) 评论(0) 推荐(0)
摘要: import tensorflow as tf import numpy as npdef my_func(arg): arg =... 阅读全文
posted @ 2022-08-19 22:51 luoganttcc 阅读(11) 评论(0) 推荐(0)
上一页 1 ··· 176 177 178 179 180 181 182 183 184 ··· 345 下一页