facebookresearch / deit

Official DeiT repository
Apache License 2.0
4.05k stars 556 forks source link

adding convertrs functions for onnx2keras #129

Closed LamyaMohaned closed 2 years ago

LamyaMohaned commented 2 years ago

Hello, Can you please implement converter functions that are not implemented in onnx2keras? Here are the implemented converters: https://github.com/gmalivenko/onnx2keras/blob/master/onnx2keras/layers.py#L18

Some of the missing converters are: Equal, Where...

Thank you

jegou commented 2 years ago

Dear @LamyaMohaned

This sounds like more a question for the authors of onnx2keras than for us. We are not supporting Keras or onnx2keras.

Best