码迷,mamicode.com
首页 >  
搜索关键字:centos7 github    ( 52863个结果
Mobilenet 通道数为什么是8的整数倍?
mobilenet 中的通道数为什么要使用 _make_divisible 函数确保为 8 的整数倍? 问题 今天阅读一段 PyTorch 版的 mobilenet 时,发现了下面这个函数: def _make_divisible(v, divisor, min_value=None): """ T ...
分类:Web程序   时间:2021-06-21 20:29:18    阅读次数:0
发布flask项目到heroku
预备条件: 注册 heroku.com ;注册github ,新建公共或私人repository; 安装git bash; 1、复制git 链接(如果是https格式的,每次签入项目时会要求输入github的用户名和密码,如果选择SSH格式,每次签入push时不需要输入信息,但是事先在电脑上保存SS ...
分类:其他好文   时间:2021-06-21 20:25:11    阅读次数:0
安装dubbo-admin
【下载地址】 https://github.com/apache/dubbo-admin/tree/master 解压后进入目录:D:\dubbo-admin-master\dubbo-admin\src\main\resources,修改application.properties文件zk地址: ...
分类:其他好文   时间:2021-06-21 19:54:18    阅读次数:0
Linux 平台安装 Nginx 1.20
Linux 平台安装 Nginx 1.20 该博客中使?的系统为 CentOS 7 Linux 发?版 系统版本详情: Linux centos7-shanghai 3.10.0-1160.25.1.el7.x86_64 #1 SMP Wed Apr 28 21:49:45 UTC 2021 x86 ...
分类:系统相关   时间:2021-06-21 19:54:00    阅读次数:0
CentOS7环境变量
1、CentOS7环境变量分系统环境变量和用户环境变量 系统环境变量:/etc/bashrc、/etc/profile、/etc/profile.d 推荐:/etc/profile.d 用户环境变量:~/.bash_profile、~/.bashrc 推荐:~/.bash_profile 2、查看环 ...
分类:其他好文   时间:2021-06-20 18:02:13    阅读次数:0
ART 对抗样本框架 安装记录
官方指导: https://github.com/Trusted-AI/adversarial-robustness-toolbox/wiki/Get-Started#setup 安装记录: 方法 1:使用 conda 安装 conda install -c conda-forge adversar ...
分类:其他好文   时间:2021-06-20 17:44:00    阅读次数:0
Git常用操作命令
把当前目录变为git仓库 git init 关联到远程仓库 # 添加关联的仓库地址 git remote add origin git@github.com:wintests/gitDemo.git # 删除当前已关联的仓库地址 git remote rm origin 查看远程库的详细信息 git ...
分类:其他好文   时间:2021-06-20 17:40:11    阅读次数:0
PG-监控可视化
postgresql+echarts+grafana pgmetrics pgmetrics 是一款 postgresql 健康监控指标采集、报告开源软件。适用于PostgreSQL versions 9.3 to 13 安装 wget https://github.com/rapidloop/pg ...
分类:其他好文   时间:2021-06-20 17:38:49    阅读次数:0
AWS 创建CodeCommit【托管型私有 Git 存储库】
AWS CodeCommit 是一种用于托管私有 Git 存储库的安全、高度可扩展的托管源代码控制服务。CodeCommit 使您无需管理自己的源代码控制系统或担心其基础设施的扩展。您可以使用 CodeCommit 存储从代码到二进制文件的一切内容。它支持 Git 的标准功能,可与您现有的基于 Gi... ...
分类:其他好文   时间:2021-06-20 17:36:57    阅读次数:0
vue(webpack的离线安装模板 因template卡住不动)
离线安装vue-cli webpack github封得很厉害,只好通过如下方式离线安装vue-cli: 1、下载webpack,这里建议webpack-simple。因为webpack有坑,解压,下载地址:https://github.com/vuejs-templates/ 2、在C:\User ...
分类:Web程序   时间:2021-06-19 18:50:26    阅读次数:0
52863条   上一页 1 ... 8 9 10 11 12 ... 5287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!