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

is it possbile to compile GOTURN on windows? #28

Open
BackT0TheFuture opened this issue Nov 28, 2016 · 3 comments
Open

is it possbile to compile GOTURN on windows? #28

BackT0TheFuture opened this issue Nov 28, 2016 · 3 comments

Comments

@BackT0TheFuture
Copy link

No description provided.

@joandrade
Copy link

I've been trying to compile this in Windows for the past three weeks, and the answer is: yes. It will compile eventually under Visual Studio. The problem I'm having now is at runtime. I get:

F0303 17:51:30.612993 4496 layer_factory.cpp:62] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Input (known types: Convolution, Eltwise, LRN, Pooling, Power, ReLU, Sigmoid, Softmax, Split, TanH)

This error which suggests that Caffe is not playing nice with GOTURN under Windows. I've read that one of the solutions (seen here) is to actually add the GOTURN project to the Caffe solution, and all its dependencies, and the layer registration will work properly in those conditions. I'm not familiar with neural networks (I was just tasked with porting this algorithm) and this solution is impractical for my implementation, so that's where I stopped. Maybe @davheld can chime in about this error, since I seem to be the one person who made it this far.

Cheers.

@davheld
Copy link
Owner

davheld commented Mar 3, 2017

"Input" is an unknown layer type? How do you normally provide inputs to your network in Windows? I might try to play around more with getting networks to run in Windows with Caffe (not using GOTURN) and to see how the inputs are normally provided, and then use that to figure out what is wrong. Sorry I don't have more advice on this.

@joandrade
Copy link

I don't know. Like I said, I was tasked to see how far I could take this to be implemented in a Windows platform. I'm currently looking into the solution I linked in my first post, and see how feasible it is to implement with our current software. That's okay, thank you for your input.

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

3 participants