- 博客(6)
- 收藏
- 关注
原创 2021-05-21
vivado2017vs环境有问题解决方法解决方法有两种:在安装Vivado时,在Install File 的进度条满后重命名以下文件(推荐)X:\Xilinx\Vivado\2017.1\tps\win64\xvcredist.exe 为 xvcredist.oldX:\Xilinx\SDK\2017.1\tps\win64\xvcredist.exe 为xvcredist.old设置系统环境变量XIL_PA_NO_REDIST_CHECK为1控制面板->系统和安全->系统->
2021-05-21 21:59:16
205
1
原创 tf.layers.batch_normalization()的原理
tf.layers.batch_normalization()的原理毕设需要做一个fpga实现yolov2,需要了解tf.layers.batch_normalization()的底层实现这篇博文写的非常详细https://blog.youkuaiyun.com/TheHonestBob/article/details/103951083记录一下我遇到的问题我使用的代码来自https://zhuanlan.zhihu.com/p/36902889载入模型后当我使用:params = tf.train
2020-09-07 17:28:24
519
1
原创 pymysql使用
ubuntu安装mysql:https://www.jianshu.com/p/99c4baca1983sudo apt-get install mysql-serversudo apt-get install mysql-clientsudo apt-get install libmysqlclient-devmysql -h [IP] -u root -p-h IP地址(本地可...
2019-12-27 16:57:15
137
原创 DCGAN-tensorflow使用经历
DCGAN-tensorflow使用经历原网站:https://github.com/carpedm20/DCGAN-tensorflow坑:命令:python download.py mnist celebAcelebA下载,科学上网才可以。mnist在下载好一个文件之后报错,不多说直接留下网盘自己下载链接:https://pan.baidu.com/s/13FlJTDrV4t...
2019-12-10 11:44:15
1291
13
原创 opencv-python arrch64 ubuntu开发板编译安装
前置环境[编译器] sudo apt-get install build-essential[必须] sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev[可选] sudo apt-get install python-dev python-...
2019-10-29 22:59:37
1359
原创 Linux 自用命令手册
Linux 自用命令手册批量拷贝默认递归find 文件夹 -name ‘正则表达式’ -exec cp {} 目标目录 \;find . -name “*.txt” -exec cp {} /test \;{}代表find找到的文件名\;是转义字符不递归:find . -name “*.txt” -maxdepth 1-maxdepth 1 表示深度为1...
2019-10-29 15:45:55
204
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅