Jordan Fix
Jordan Fix
>BTW Can I apply the same transformPostLowering() used in OpenCL Backend to the Interpreter Backend, Will it be able to work.The reason being we use NCHW format and Interpreter as...
Hi @LutzWeischerFujitsu, it looks like this is a build issue with folly. Perhaps you can file a task there? https://github.com/facebook/folly
I see under folly they have an open PR to update the Fedora building instructions, perhaps you can try this, and if so we could add it to our instructions...
Hi @vuzelac-cadence -- just so it's clear, you're referring to the `imageNormMode` used when preprocessing inputs, correct? If we can generalize this via just BatchNormalization nodes that are inserted to...
Hi @weimin -- I believe we do already take Boost as a dependency in order to support folly. So that is a potential option. However, another option would be to...
Hi @ravishk1, It’s hard to say what the problem could be without more details. Can you compile in debug mode/run in a debugger to get a stack trace?
Thanks for reporting this @joe-antognini -- I'm not sure how many people develop on OS X at this point, so I imagine there may be other issues similar to this....
@G4V What error are you seeing exactly? It would be useful to also see the loaded graph in Glow that causes whatever issue you're seeing. We don't have a flag...
Unfortunately this is a pretty esoteric bug dealing with LSTMs and the model-profiler which I'm not super familiar with, and I don't currently have the cycles to dig in here....
>we'd want to do this only if new ReduceMean has 2 axes (to avoid the cases when Reshape merge would prevent conversion of ReduceMean to AvgPool from happening), so it's...