只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-10-30 23:29 qccz123456 阅读(35) 评论(0) 推荐(0)
摘要: 引用:https://arleyzhang.github.io/articles/7f4b25ce/ 1 简介 TensorRT是一个高性能的深度学习推理(Inference)优化器,可以为深度学习应用提供低延迟、高吞吐率的部署推理。TensorRT可用于对超大规模数据中心、嵌入式平台或自动驾驶平台 阅读全文
posted @ 2019-10-30 20:56 qccz123456 阅读(64199) 评论(2) 推荐(7)
摘要: install: http://www.hcie.me/253 /etc/shadowsocks libev/config.json open port: https://www.cnblogs.com/bethal/p/5736857.html netstat atunlp | grep 22 c 阅读全文
posted @ 2019-10-25 20:47 qccz123456 阅读(7) 评论(0) 推荐(0)
摘要: WDL 学习教程 推荐系统+WDL 教学视频: https://www.bilibili.com/video/av29905315/ WDL 模型介绍: https://blog.csdn.net/google19890102/article/details/78171283 WDL 代码解释: h 阅读全文
posted @ 2019-10-24 15:50 qccz123456 阅读(642) 评论(0) 推荐(0)
摘要: Error response from daemon: i/o timeout 阅读全文
posted @ 2019-10-24 15:16 qccz123456 阅读(209) 评论(0) 推荐(0)
摘要: iptables & firewalld https://blog.csdn.net/u011846257/article/details/54707864 阅读全文
posted @ 2019-10-23 16:10 qccz123456 阅读(107) 评论(0) 推荐(0)
摘要: https://hub.docker.com/_/odoo/ #!/bin/bash sudo docker pull postgres:10sudo docker pull odoo:11.0 sudo docker run -d -e POSTGRES_USER=odoo -e POSTGRES 阅读全文
posted @ 2019-10-18 21:59 qccz123456 阅读(857) 评论(0) 推荐(0)
摘要: 1)编写要执行脚本的sh文件mysetup.sh 注释部分是必须内容,ubuntu 16.04中一定要加上该LSB信息,不然放入启动脚本的时候会报错无法开机启动。 任务脚本中,一般需要用到root权限,取得root权限和实际任务语句最好分开写,有些情况下写在一起不会成功。 2)将该sh文件移动到/e 阅读全文
posted @ 2019-10-16 22:27 qccz123456 阅读(1994) 评论(0) 推荐(0)
摘要: 主页: github: 安装: wiki: 使用: shell [root@localhost user] cat config_rdt.sh !/bin/bash HP_COS=4 LP_COS=5 HP_CORES="0 7" LP_CORES="8 17" LP_CAT_CONFIG=$1 L 阅读全文
posted @ 2019-10-15 10:32 qccz123456 阅读(880) 评论(0) 推荐(0)
摘要: ```shell [root@localhost custom-resnet-v2]# cat runme.sh #python demo_slim.py -h #python demo_slim.py --cpu_num 8 --inter_op_threads 1 --intra_op_threads 8 --dump_timeline True # export KMP_AFFINITY=... 阅读全文
posted @ 2019-10-15 10:22 qccz123456 阅读(1022) 评论(0) 推荐(0)