摘要: Pytorch使用过程中 torchsummary.summary( )中出现了上述错误,torchsummary是应用在pytorch中的一种结构表达方式。 # 1 if __name__ == '__main__': model = fishnet99() torchsummary.summar 阅读全文
posted @ 2020-10-19 20:03 blog_wu 阅读(956) 评论(0) 推荐(0) 编辑
摘要: export 命令是Linux系统命令用来设置或显示环境变量 我们使用的是windows系统 windows系统中是没有这个命令的 我们应该使用set命令如图所示: 阅读全文
posted @ 2020-07-29 11:12 blog_wu 阅读(5835) 评论(0) 推荐(0) 编辑
摘要: 问题 自己做了扩展,需要调动model的cbi文件去控制/etc/config/下的配置文件,不过提示出问题:权限不足,无法读取UCI配置。 图是网上的、、、 解决 /usr/share/rpcd/acl.d/luci-base.json 文件添加下面内容 是json文件,注意格式 { "unaut 阅读全文
posted @ 2020-07-09 19:03 blog_wu 阅读(8786) 评论(4) 推荐(1) 编辑
摘要: 很好的博客目录~ https://www.cnblogs.com/orangeform/archive/2012/07/30/2487201.html OpenWrt Luci编写小技巧 https://blog.csdn.net/lvshaorong/article/details/5492526 阅读全文
posted @ 2020-07-02 15:52 blog_wu 阅读(152) 评论(0) 推荐(0) 编辑
摘要: wifi网络介绍 Netduino介绍 现有模块分析 嵌入式linux介绍 openwrt介绍 openwrt 开发环境搭建 编译ser2net httpd服务器介绍 模块功能及其实现 https://gitee.com/pipicold/OpenwrtLuaController 阅读全文
posted @ 2020-07-01 11:47 blog_wu 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 遇到的问题 /usr/lib/lua/luci/dispatcher.lua:433: Failed to execute function dispatcher The called action terminated with an exception: /usr/lib/lua/luci/te 阅读全文
posted @ 2020-06-18 16:20 blog_wu 阅读(13077) 评论(0) 推荐(0) 编辑
摘要: OpenWrt开发者之家 http://www.openwrt.pro/ https://www.cnblogs.com/h2zZhou/p/10357311.html 阅读全文
posted @ 2020-06-18 10:55 blog_wu 阅读(389) 评论(0) 推荐(0) 编辑
摘要: CBI语法 写的挺好一博客 https://blog.csdn.net/u012041204/article/details/55520711 https://blog.csdn.net/u013131156/article/details/45824203 Widora更改成中文(OpenWrt 阅读全文
posted @ 2020-06-16 09:53 blog_wu 阅读(1070) 评论(0) 推荐(0) 编辑
摘要: LuCI配置界面开发的框架 LuCI是OpenWrt上的Web管理界面,LuCI采用了MVC三层架构,同时其使用Lua脚本开发,所以开发LuCI的配置界面不需要编辑任何的Html代码,除非想自己单独去创建网页(View层),否则我们基本上只需要修改Model层就可以了。 要为LuCI增加一个新模块, 阅读全文
posted @ 2020-06-15 16:58 blog_wu 阅读(671) 评论(0) 推荐(0) 编辑
摘要: GitHub提速 https://g.widora.cn/ http://gg.widyun.com/ 设置代理 转自 https://www.bilibili.com/video/BV1hE411k7mM 阅读全文
posted @ 2020-06-12 16:35 blog_wu 阅读(834) 评论(0) 推荐(0) 编辑