您当前的位置: 首页 >  网络

段智华

暂无认证

  • 0浏览

    0关注

    1232博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

cs 231 Convolutional Networks 卷积网络 Fast layers ((python pyx代码-----C 代码 ----python代码调用))

段智华 发布时间:2018-10-30 12:35:12 ,浏览量:0

cs 231 Convolutional Networks 卷积网络  Fast layers (Cython extension):

     快速卷积和池化层是很有挑战性的,为了使大家不感到痛苦,cs231官网提供了cs231n/fast_layers.py文件中卷积层和池化层前向和后向传播的快速实现。快速卷积实现依赖于Cython扩展。首先要编译它,需要从cs231n目录(D:\PycharmProjects\gitCs231n-camp-fork-2018\assignment\assignment2)运行以下命令:

python setup.py build_ext --inplace

 运行提示报错: error: Unable to find vcvarsall.bat

running install
running build
running build_ext
.......
error: Unable to find vcvarsall.bat

 从网上查找相关的资料(https://www.cnblogs.com/yyds/p/7065637.html),解决此问题需安装Visual Studio 2015 (https://blog.csdn.net/FACEFRIENDS/article/details/54096815?utm_source=blogxgwz0)

def get_build_version(
关注
打赏
1659361485
查看更多评论
立即登录/注册

微信扫码登录

0.0540s