starimeL/PytorchConverter

ValueError: Unknown layer type: Scatter

Closed this issue · 2 comments

zhly0 commented

Thanks for your code!
but when converting pytorch model to caffe ,it has this error:
ValueError: Unknown layer type: Scatter,is this a broadcast operation?

It might be a specific layer or operation function haven't been supported yet.
You can find out and tell me the function, I will try to support that

zhly0 commented

Thanks for reply,and this scatter is not a layer,just a broadcast operation.