
torch
Sun7_She
这个作者很懒,什么都没留下…
展开
-
【ubuntu-torch7-problem】Gtk-Message: Failed to load module "canberra-gtk-module"
problem: Gtk-Message: Failed to load module "canberra-gtk-module" solution: sudo apt-get install libcanberra-gtk-module reference: https://askubuntu.com/questions/208431/failed-to-load-mo原创 2017-06-04 10:56:00 · 4419 阅读 · 1 评论 -
【深度学习】torch使用nngraph构建网络并训练
torch使用nngraph构建网络并训练 model = nn.Sequential() model:add(nn.Linear(3,5)) prl = nn.ConcatTable() prl:add(nn.Linear(5,1)) prl:add(nn.Linear(5,1)) model:add(prl) criterion = nn.ParallelCriter原创 2017-09-19 10:25:54 · 1321 阅读 · 1 评论