Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to build on pytorch master and python 3.7 #286

Merged
merged 4 commits into from
Aug 29, 2018

Conversation

ahmed-shariff
Copy link
Contributor

Fixes #235
Successfully ran make.sh on my pc

specs:
Arch linux
GTX 1050
cuda 9.1
cudnn 7.1
gcc 5.4.1
pytorch build: f126687fbca9414696c930a67f7cf1bded29804c

The `dereferencing pointer to incomplete type ‘THTensor {aka struct
THTensor}’` error is fixed in the roi_crop layer. The pointer
references are changed to functions.
The `dereferencing pointer to incomplete type ‘THTensor {aka struct
THTensor}’` error is fixed in the nms_cuda layer. The pointer
references are changed to functions.
@jwyang jwyang merged commit e283c7d into jwyang:master Aug 29, 2018
usherbob pushed a commit to usherbob/faster-rcnn.pytorch that referenced this pull request Nov 11, 2018
Fixes to build on pytorch master and python 3.7
@hanhao2019102935
Copy link

@jwyang @ahmed-shariff First of all, thank you for your work and it's great to see this fix for the Python version.But I have a question. Which version of Torch should I use when I'm using Python 3.7?Because I noticed that Torch 0.4.0 was not supported in Python 3.7, I really hope to get your help.

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.

CompileError: command 'gcc' failed with exit status 1
3 participants