码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu下neural-style-master的demo

时间:2015-11-01 21:07:01      阅读:982      评论:0      收藏:0      [点我收藏+]

标签:

1.Installing Torch

参考官网:http://torch.ch/docs/getting-started.html

  >>>th  使用该命令启动torch

     使用os.exit()退出touch 或者CTRL + C

  当测试的时候, 想引入lena的图像就会出错。

  输入如下三个命令:

    >require "image" 
    >i = image.lena() 
    >image.display(i)

  If you want to display images with th, you should use other display utilities such as gfx.go
Or, you can use qlua.

  解决办法为使用qlua开启torch:

 

ubuntu下neural-style-master的demo

标签:

原文地址:http://www.cnblogs.com/XDJjy/p/4928420.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!