码迷,mamicode.com
首页 >  
搜索关键字:tutorials    ( 1192个结果
机器学习在用到mnist数据集报错No module named 'tensorflow.examples.tutorials'解决办法
检查一下安装有tensorflow包的目录下的examples这个文件夹。 每个人的文件路径是不同的,我的在...\Python3\Lib\site-packages,该目录下有文件夹tensorflow, tensorflow_core, tensorflow_estimator等文件夹。进入te ...
分类:其他好文   时间:2020-04-02 13:09:54    阅读次数:410
遍历 HashMap 的 5 种最佳方式,我不信你全知道!
原文地址:https://www.javaguides.net/2020/03/5 best ways to iterate over hashmap in java.html 作者:Ramesh Fadatare 翻译:高行行 https://www.toutiao.com/a6803887957 ...
分类:其他好文   时间:2020-04-01 11:02:51    阅读次数:61
MUI - dialog对话框、ipnut (表单)
原文地址:http://www.hcoder.net/tutorials/info_87.html 1、mui.alert() 普通提醒参数 1、message Type: String 提示对话框上显示的内容 2、title Type: String 提示对话框上显示的标题 3、btnValue ...
分类:其他好文   时间:2020-03-31 14:36:09    阅读次数:64
MUI - datepicker(时间选择器)
原文地址:http://www.hcoder.net/tutorials/info_86.html 完整代码: <header class="mui-bar mui-bar-nav"> <a class="mui-action-back mui-icon mui-icon-left-nav mui- ...
分类:其他好文   时间:2020-03-31 14:33:02    阅读次数:819
MUI - actionsheet(操作表)、badge(数字角标)
原文地址:http://www.hcoder.net/tutorials/info_83.html 1、操作表 actionsheet一般从底部弹出,显示一系列可供用户选择的操作按钮; actionsheet是从popover控件基础上演变而来,实际上就是一个固定从底部弹出的popover,故DOM ...
分类:其他好文   时间:2020-03-31 14:28:56    阅读次数:77
20. Nginx性能优化
ab性能测试 性能优化方案 How To Optimize Nginx Configuration https://www.digitalocean.com/community/tutorials/how to optimize nginx configuration 专题阅读 "1\. Nginx ...
分类:其他好文   时间:2020-03-30 19:48:42    阅读次数:79
莫凡Python 3
莫凡Python 3 新建模板小书匠 CNN 卷积神经网络 参考资料 https://morvanzhou.github.io/tutorials/machine-learning/keras/2-3-CNN/ https://keras-cn.readthedocs.io/ 数据预处理 X_tra ...
分类:编程语言   时间:2020-03-28 17:48:36    阅读次数:123
Gazebo_02_build_a_robot
Gazebo_02_build_a_robot [toc] build a robot http://gazebosim.org/tutorials?tut=model_structure&cat=build_robot Model Structure and requirements ambula ...
分类:其他好文   时间:2020-03-27 21:57:50    阅读次数:104
ROS 消息通讯——动作action的来龙去脉
创建功能包: 修改功能包说明文件package.xml 1 <?xml version="1.0"?> 2 <package> 3 <name>action_tutorials</name> 4 <version>0.0.0</version> 5 <description>The action_t ...
分类:其他好文   时间:2020-03-27 19:56:07    阅读次数:109
使用自定义的Dataloader做数据增强、格式统一等操作/像使用pytorch一样进行训练。
使用自定义的Dataloader做数据增强、格式统一等操作/像使用pytorch一样进行训练。格式统一https://detectron2.readthedocs.io/tutorials/data_loading.html不使用train而是使用Model进行自定义训练https://detect... ...
分类:其他好文   时间:2020-03-23 00:17:46    阅读次数:107
1192条   上一页 1 ... 5 6 7 8 9 ... 120 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!