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

PointNet and multi_gpu_model #2

Open
ghost opened this issue Jul 17, 2018 · 1 comment
Open

PointNet and multi_gpu_model #2

ghost opened this issue Jul 17, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 17, 2018

Hello,

I was wondering if someone here might take a look at an issue I put in with the keras team. I think my rationale is correct, but I might be missing something. Short answer, I had to modify the Lambda/matmul layer as it didn't seem to work with multi_gpu_model. It was using the full batchsize instead of the batchsize/GPUs that I was expecting. I moved to the Dot layer with axes=2 and it seems to work.

Ticket

@JMParker-KR
Copy link

I have problem with saving and loading the model. And I think is because of the lambda layer.
How did you changed the lambda layer to dot layer with axes=2?

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

No branches or pull requests

1 participant