Skip to content

Python object API and windows 10 support#18

Open
ozmendelsohn wants to merge 15 commits into
stefanch:masterfrom
ozmendelsohn:master
Open

Python object API and windows 10 support#18
ozmendelsohn wants to merge 15 commits into
stefanch:masterfrom
ozmendelsohn:master

Conversation

@ozmendelsohn

Copy link
Copy Markdown

Added windows support accross several files:
Added in the import section:
if sys.platform == 'win32':
from multiprocessing.pool import ThreadPool as Pool
And in torchtools.py change:
perm_idxs -> perm_idxs.type(torch.LongTensor)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants