- 博客(13)
- 资源 (1)
- 收藏
- 关注
原创 虚拟机每次重启后都连不上网Shutting down interface br0: Device br0 has MAC address 56:88:9A:F1:11:F2, instead of
计算机管理——把所有相关服务都打开
2022-05-05 10:29:56
944
原创 系统部署mysql+redis
mysql安装教程2021MySql-8.0.26安装详细教程(保姆级)_ylb呀的博客-优快云博客_mysql安装教程关于mysql安装过程中命令mysqld --initialize --console出错的解答_骑骥的博客-优快云博客Win10 启动 mysql 时出现 “ 发生系统错误 5。 拒绝访问 ”_住在阳光的心里的博客-优快云博客_启动mysql拒绝访问redis安装教程Redis的安装教程(Windows+Linux)【超详细】_牛哄哄的柯南的博客-优快云博
2022-05-04 21:34:10
297
原创 安装centos6.5没有网,右上角也没有网络图标
1.cd /etc/sysconfig/network-scripts/2.vi ifcfg-eth0ONBOOT=no改为ONBOOT=yes3.重启网络/etc/init.d/network restart完美!
2022-05-01 17:20:48
493
原创 成功解决VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the p
1、在桌面左下角开始菜单上单击鼠标右键或在键盘上同时按下Windows +X 组合键打开超级菜单,在弹出的菜单中点击【计算机管理】;2、在计算机管理左侧依次展开:服务和应用程序 -- 服务,在右侧框中找到【VMware Autheffication】服务,双击打开; 3、双击打开服务后,在服务界面将启动类型修改为【自动】,然后点击 应用 -- 启动 -- 确定 保存设置并启动该服务即可!4.重启虚拟机...
2022-04-21 11:12:48
3033
原创 YOLO1学习笔记(原理整理+源代码调试+voc_2007数据集+代码理解)
代码及代码安装调试:tensorflow下YOLO v1的代码_philip_pond的博客-优快云博客voc_2007数据集下载:链接:https://pan.baidu.com/s/1FfrAzpXr4h7YN3VgthofwA提取码:f7cl运行时报错:FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it wi..
2022-04-13 15:56:52
3519
原创 TypeError: minimize() missing 1 required positional argument: ‘var_list‘
minimize() 缺少参数: 'var_list'改成optimizer = tf.compat.v1.train.AdamOptimizer
2022-04-01 12:24:42
5170
原创 AttributeError: module ‘tensorflow._api.v2.train‘ has no attribute ‘AdamOptimizer‘
解决办法如下,调试成功tf.train.AdamOptimizer() => tf.optimizers.Adam()
2022-04-01 12:11:24
6334
1
原创 AttributeError: module ‘tensorflow‘ has no attribute ‘contrib‘
解决办法:用 tf.keras.regularizers.l2() 替代
2022-04-01 12:06:46
1811
原创 调参报错module ‘tensorflow.keras.losses‘ has no attribute ‘log_loss‘
module 'tensorflow.keras.losses' has no attribute 'log_loss'加.compat.v1.
2022-04-01 12:04:21
2144
原创 DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Plea
调代码时遇到了DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be installed with: pip install joblib. If this warning is raised when loading pickled
2022-04-01 11:28:44
2212
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人