摘要:
enumerate ,在python中个人感觉没什么优势,就是可以同时获取 列表的值 和索引,因为有些人这样用,你看他们的代码,不得... 阅读全文
posted @ 2022-08-19 22:51
luoganttcc
阅读(11)
评论(0)
推荐(0)
摘要:
enumerate ,在python中个人感觉没什么优势,就是可以同时获取 列表的值 和索引,因为有些人这样用,你看他们的代码,不得... 阅读全文
posted @ 2022-08-19 22:51
luoganttcc
阅读(7)
评论(0)
推荐(0)
摘要:
与红帽子系列的Linux发行版不同,Ubuntu系统安装后并不能直接进行ssh登录。需要手动安装openssh才行。 Ubuntu安... 阅读全文
posted @ 2022-08-19 22:51
luoganttcc
阅读(44)
评论(0)
推荐(0)
摘要:
与红帽子系列的Linux发行版不同,Ubuntu系统安装后并不能直接进行ssh登录。需要手动安装openssh才行。 Ubuntu安... 阅读全文
posted @ 2022-08-19 22:51
luoganttcc
阅读(14)
评论(0)
推荐(0)
摘要:
cat /proc/cpuinfo | grep 'model name' |uniq model name : Intel(R) ... 阅读全文
posted @ 2022-08-19 22:51
luoganttcc
阅读(105)
评论(0)
推荐(0)
摘要:
cat /proc/cpuinfo | grep 'model name' |uniq model name : Intel(R) ... 阅读全文
posted @ 2022-08-19 22:51
luoganttcc
阅读(27)
评论(0)
推荐(0)
摘要:
encoder decoder 模型是比较难理解的,理解这个模型需要清楚lstm 的整个源码细节,坦率的说这个模型我看了近十天,... 阅读全文
posted @ 2022-08-19 22:51
luoganttcc
阅读(354)
评论(0)
推荐(0)
摘要:
我一直以为,谈论数学计算只能用数学语言,就是用数学公式一步步推导 这个世界是,可知的,简洁的 复杂的是现象,不是本质 在线性代数中,介绍的矩阵乘法只有一种,可以退出,在程序中,不论多么高维度的矩阵乘法运算,其本质也是二维矩阵运算 import numpy as np np.random.seed(1 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(66)
评论(0)
推荐(0)
摘要:
#include#include int main() { int* p; p = (int*)malloc(... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(53)
评论(0)
推荐(0)
摘要:
#include int main(int argc, char **argv) { int *p=0; int... 阅读全文
posted @ 2022-08-19 22:50
luoganttcc
阅读(84)
评论(0)
推荐(0)

浙公网安备 33010602011771号