Skip to content

Instantly share code, notes, and snippets.

View tudor-berariu's full-sized avatar
🌴
I may be slow to respond.

Tudor Berariu tudor-berariu

🌴
I may be slow to respond.
  • London
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tudor-berariu
tudor-berariu / whats_wrong.py
Created March 30, 2017 14:48
PyTorch code hanging with latest commit
import torch
import torch.nn as nn
import torch.nn.functional as F
import torch.multiprocessing as mp
from torch.autograd import Variable
import sys
IN_SIZE = 10
OUT_SIZE = 17
BATCH_SIZE = 32
0000000000002132 T magmaf_sormqr_
0000000000004576 T magmaf_sormqr2_gpu_
0000000000004486 T magmaf_sormqr_gpu_
0000000000002d1b T magmaf_sormqr_m_
U magma_sormqr
U magma_sormqr2_gpu
U magma_sormqr_gpu
U magma_sormqr_m
U magma_dormqr
U magma_dormqr2_gpu
This file has been truncated, but you can view the full file.
running install
running build_deps
/home/tudor/pytorch/torch/_thnn/utils.py:1: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import
import os
/home/tudor/pytorch/torch/_thnn/utils.py:2: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import
import itertools
/home/tudor/pytorch/torch/_thnn/utils.py:3: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import
import importlib
Re-run cmake no build system arguments
-- The C compiler identification is GNU 4.8.5