MAC install torch

参考:
官网:http://torch.ch/docs/getting-started.html
Debug:http://stackoverflow.com/questions/29584422/installing-torch7-ipython-installation-error-mac

过程:

# in a terminal, run the commands WITHOUT sudo
git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh

报错:

Not updating your shell profile.
You might want to
add the following lines to your shell profile:. /Users/***/torch/install/bin/torch-activate

解决(其中*** 表示你的用户名):

cd /Users/***
vim .profile
insert . /Users/***/torch/install/bin/torch-activate
:wq
source .profile

运行:

$ th______             __   |  Torch7/_  __/__  ________/ /   |  Scientific computing for Lua./ / / _ \/ __/ __/ _ \  |  Type ? for help/_/  \___/_/  \__/_//_/  |  https://github.com/torch|  http://torch.chth>

work!!!

MAC install torch相关推荐

  1. anaconda pip install torch报错,安装失败

    本文环境: win10 anconda 过程 在使用Jupyter的时候,import torch失败,所以按照以往惯例,会到anconda的命令提示符中pip install torch,但是这次竟 ...

  2. mac install brew

    近期刚把开发平台从windows迁移到Mac.发现有些东西也是须要依据自己须要安装的.所以搜了下,发现网上各路大神推荐brew,看完介绍,感觉不错,搞起安装(这里说下心得.在Mac app store ...

  3. install torch for arm

    参考文章 pytorch-aarch64/README.md at main · KumaTea/pytorch-aarch64 · GitHub

  4. MAC install MySQL and DBeaver

    https://alessiazm.wordpress.com/2021/08/14/mac-install-mysql-and-dbeaver/

  5. python torchvision_pip install torchvision error:安装版本为0.4.1的torch后继续安装torchvision报错...

    pip install torchvision error:Could not find a version that satisfies the requirement torch==1.4.0 ( ...

  6. 深度学习环境配置指南!(Windows、Mac、Ubuntu全讲解)

    ↑↑↑关注后"星标"Datawhale 每日干货 & 每月组队学习,不错过 Datawhale干货 作者:伍天舟.马曾欧.陈信达 入门深度学习,很多人经历了从入门到放弃的心 ...

  7. 【深度学习】相当全面的深度学习环境配置指南!(Windows、Mac、Ubuntu全讲解)...

    作者:伍天舟.马曾欧.陈信达 入门深度学习,很多人经历了从入门到放弃的心酸历程,且千军万马倒在了入门第一道关卡:环境配置问题.俗话说,环境配不对,学习两行泪. 如果你正在面临配置环境的痛苦,不管你是W ...

  8. macM1安装tensorflow和torch教程(python3.8环境)

    macM1安装tensorflow和torch教程(python3.8环境) 为搭建机器学习环境,appleM1的环境搭建大概花了一周摸索,使用pip install 报错,发现是因为arm架构的问题 ...

  9. 保姆级教程:深度学习环境配置指南!(Windows、Mac、Ubuntu全讲解)

    点击上方"小白学视觉",选择加"星标"或"置顶" 重磅干货,第一时间送达 入门深度学习,很多人经历了从入门到放弃的心酸历程,且千军万马倒在了 ...

最新文章

  1. 进击的UI--------------------GETPOST
  2. Android之UI控件
  3. 用 Go 语言实现 Raft 选主
  4. 邮箱服务器ip地址白名单,申请SSL证书时如何设置IP地址白名单和邮箱白名单
  5. WSUS专题之二:部署与规划1
  6. 在Tomcat配置JNDI数据源的三种方式
  7. ddm模型公式_简单判断目前行情——从股利贴现模型切入
  8. C++:14---虚继承,虚函数,多态
  9. CDNDrive 第一个版本发布 布客新知第二次备份完成
  10. 【Spring】Spring lazy-init:bean延迟初始化
  11. HDU-2544-最短路( 最短路)
  12. matplotlib ----- 多子图, subplots
  13. 两个栈实现队列+两个队列实现栈----java
  14. 自动驾驶是一门怎样的生意?盘点5家创业公司商业落地的3条逻辑
  15. java heap space 解决方法_内存溢出错误:java堆空间
  16. CodeUI Test:UIMap录制文件分析一
  17. Wolfram Mathematic流程控制
  18. 【内网安全】445端口的入侵与扫描
  19. 广告联盟中CPC CPA CPM CPS CPV分别是什么意思
  20. 2023年入学华东师范大学MBA提前面试流程及时间-文都管联院

热门文章

  1. linux下创建CA以及颁发证书
  2. 发明专利、实用新型专利——下载步骤
  3. gh风电服务器系统 使用,基于GH Bladed风电机组故障模拟与诊断研究
  4. EasyCVR前端控制台打印报错“[Vue warn]:Invalid”的解决办法
  5. 第三集 Spring for Apache Kafka 接受消息
  6. FT4232 USB-SPI python调试笔记
  7. 一张图,了解网站SEO方案
  8. 大数据入门(Hadoop生态系统)
  9. CoreText使用教程(一)
  10. linux打桩数框架,Mockito 单元测试打桩神器