首页 > TAG信息列表 > facebookresearch
ubuntu linux复现DETR遇到的一些问题
根据论文源码https://github.com/facebookresearch/detr首先克隆存储库 git clone https://github.com/facebookresearch/detr.git 报错:-bash: git: command not found 解决办法: sudo apt-get update sudo apt-get install git-core git --version 再执行git clone又报了下记,第一次跑实验失败,第一次回滚本地虚拟机环境
1、实验对象 地址:https://github.com/facebookresearch/UnsupervisedQA 憨憨的我,看到它下面的README有这么一段内容, 然后好,我成功进入了这个UnsupervisedMT里面, 该项目地址:https://github.com/facebookresearch/UnsupervisedMT 看到上面这句话,我吾了,原来直接虚拟机跑bashWindows 安装 pytorch3d
首先安装pytorch,我安装的是 pytorch 1.6.0 py3.7_cuda102_cudnn7_0 pytorch 1.下载pytorch3d到本地,主要不要下载master分支的,下载release的版本 ,我这里下载最新的 v0.2.0,下载链接是 https://github.com/facebookresearch/pytorch3d/arcParlAI:Facebook开源的一个AI对话框架
1. Clone ParlAI Repository git clone https://github.com/facebookresearch/ParlAI.git ~/ParlAI 2. Install ParlAI cd ~/ParlAI; python setup.py develop 未完待续。。。。。。