摘要:
ubuntu18.04关闭系统自动更新有两个方法: 1.修改配置文件 修改配置文件/etc/apt/apt.conf.d/10per... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(41)
评论(0)
推荐(0)
摘要:
SELECT IFNULL(a, b); 如果a是null 返回b,否则返回a SELECT IFNULL(null, "RUNOO... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(11)
评论(0)
推荐(0)
摘要:
SELECT IFNULL(a, b); 如果a是null 返回b,否则返回a SELECT IFNULL(null, "RUNOO... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(9)
评论(0)
推荐(0)
摘要:
SELECT TIMESTAMP("2010-07-07 10:20:00+00") AS later_timestamp, T... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(11)
评论(0)
推荐(0)
摘要:
SELECT TIMESTAMP("2010-07-07 10:20:00+00") AS later_timestamp, T... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(18)
评论(0)
推荐(0)
摘要:
t =[0, 1, 2, 3, 4]tf.roll(t, shift=2, axis=0) 这里的 axis=[0]比较奇怪,0... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(16)
评论(0)
推荐(0)
摘要:
tf.ones([3, 4], tf.int32) def make_variables(k, initializer): re... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(30)
评论(0)
推荐(0)
摘要:
通过继承tf.Module代替object任何tf.Variable或tf.Module分配给对象的属性的实例可以使用被收集var... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(13)
评论(0)
推荐(0)
摘要:
通过继承tf.Module代替object任何tf.Variable或tf.Module分配给对象的属性的实例可以使用被收集var... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(14)
评论(0)
推荐(0)
摘要:
import numpy as npimport tensorflow as tfelems = np.array([1, 2, 3... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(16)
评论(0)
推荐(0)

浙公网安备 33010602011771号