会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Marks & Co
博客园
首页
新随笔
联系
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
72
下一页
2019年3月13日
PyTorch 手动提取 Layers
摘要: Model Extract layers Feed forward calculation
阅读全文
posted @ 2019-03-13 18:28 2021年的顺遂平安君
阅读(576)
评论(0)
推荐(0)
2019年3月12日
Keras BatchNormalization层
摘要: https://github.com/keras-team/keras/issues/1523
阅读全文
posted @ 2019-03-12 22:05 2021年的顺遂平安君
阅读(53)
评论(0)
推荐(0)
Keras BatchNormalization层
摘要: https://github.com/keras team/keras/issues/1523
阅读全文
posted @ 2019-03-12 22:05 2021年的顺遂平安君
阅读(492)
评论(0)
推荐(0)
2019年3月11日
Linux g++ 编译添加 pthread
摘要: If you are going to compile a C program with pthread.h in LINUX using GCC or G++ you will have to use –lpthread option after the...
阅读全文
posted @ 2019-03-11 21:03 2021年的顺遂平安君
阅读(125)
评论(0)
推荐(0)
Linux g++ 编译添加 pthread
摘要: If you are going to compile a C program with pthread.h in LINUX using GCC or G++ you will have to use –lpthread option after the compile command. gcc
阅读全文
posted @ 2019-03-11 21:03 2021年的顺遂平安君
阅读(1153)
评论(0)
推荐(0)
2019年3月10日
MATLAB 和 armadillo 数据转换
摘要: #include#includeint D=5;int M=4;int main(){ arma::fmat x; x.randn(D,1); arma::fmat A; A.randn(M,D); std::cout<<"x= \n"<<x<<std::...
阅读全文
posted @ 2019-03-10 18:47 2021年的顺遂平安君
阅读(81)
评论(0)
推荐(0)
MATLAB 和 armadillo 数据转换
摘要: ``` include include int D=5; int M=4; int main() { arma::fmat x; x.randn(D,1); arma::fmat A; A.randn(M,D); std::cout
阅读全文
posted @ 2019-03-10 18:47 2021年的顺遂平安君
阅读(797)
评论(0)
推荐(0)
macOS gcc g++ c++ cc
摘要: 安装完Xcode之后,系统中默认的编译器不再是Gcc系列,编译一些库的时候经常产生问题。 在PATH变量中设置symbol link,把gcc,g++,c++,cc全链接到Gcc系列。
阅读全文
posted @ 2019-03-10 18:45 2021年的顺遂平安君
阅读(75)
评论(0)
推荐(0)
macOS gcc g++ c++ cc
摘要: 安装完 之后,系统中默认的编译器不再是 系列,编译一些库的时候经常产生问题。 在 变量中设置 ,把 ,`g++ c++ cc Gcc`系列。
阅读全文
posted @ 2019-03-10 18:45 2021年的顺遂平安君
阅读(576)
评论(0)
推荐(0)
Sublime-Text macOS 编译运行armadillo
摘要: ``` { "cmd" : ["g++ -std=c++14 -Wall -larmadillo -framework Accelerate ${file_name} -o ${file_base_name} && ./${file_base_name}"], "selector" : "source.c", "shell": true, "working_dir" : "$file_p...
阅读全文
posted @ 2019-03-10 17:20 2021年的顺遂平安君
阅读(211)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
72
下一页
公告