摘要:
1 1 第一次使用math.sin()和math.cos(),可是发现结果不对,比如Math.sin(90)=0.893996663600,奇怪? 2 2 3 3 一查,原来sin(x) \n\n Return the sine of x (measured in radians) 以弧度作为参数 4 4 5 5 math.sin(math.radians(9... 阅读全文
摘要:
编译MatCaffe 转自: http://blog.csdn.net/ws_20100/article/details/50525879 使用如下命令编译MatCaffe 1 之后,你可以用以下命令测试MatCaffe: 1 如果你在运行上面命令时,遇到如下错误:libstdc++.so.6 ve 阅读全文