3 Star 1 Fork 0

Gitee 极速下载/waifu2x

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/nagadomi/waifu2x
克隆/下载
install_lua_modules.sh 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
nagadomi 提交于 2018-11-12 16:45 +08:00 . Fix missing uuid module
#!/bin/bash
CUDNN_BRANCH=R7 # for cudnn7
CUDNN_WORK_DIR=.cudnn
install_cudnn()
{
rm -fr $CUDNN_WORK_DIR
git clone https://github.com/soumith/cudnn.torch.git -b $CUDNN_BRANCH $CUDNN_WORK_DIR
cd $CUDNN_WORK_DIR
luarocks make cudnn-scm-1.rockspec
cd ..
rm -fr $CUDNN_WORK_DIR
}
luarocks install graphicsmagick
luarocks install lua-csnappy
luarocks install md5
luarocks install uuid
luarocks install csvigo
install_cudnn
PREFIX=$HOME/torch/install luarocks install turbo
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/waifu2x.git
git@gitee.com:mirrors/waifu2x.git
mirrors
waifu2x
waifu2x
master

搜索帮助