-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Sounds strange first but I have this phenomena on three different Ubuntu 14.04.3 LTS machines and it is perfectly reproductible on my side.
As soon as I load the graphicsmagick module torch matrix multiplications of larger tensors end in an endlessloop with 100% CPU:
torch.ones(100, 100) * torch.ones(100, 100) -- no problem
require 'graphicsmagick'
torch.ones(10, 10) * torch.ones(10, 10) -- no problem
torch.ones(100, 100) * torch.ones(100, 100) -- never returns [!]Smaller tensor-multiplications (e.g. 10x10) interestingly even work after the require 'graphicsmagick' statement.
Could somebody please check whether this effect only occurs on Ubuntu machines?
Metadata
Metadata
Assignees
Labels
No labels