Mehdi

Results 4 comments of Mehdi

@msomali you are using pre relase version of graphene, please switch to v2 to use `AbstractType`. As you can see [here](https://github.com/graphql-python/graphene/tree/v2/graphene/types), there is `abstracttype` defined in v2 but if you...

@msomali more-ever it is always good to use same version of dependencies as used by tutorials. You can find [here](https://github.com/howtographql/graphql-python/blob/master/requirements.txt) the dependencies versions of this tutorial.

[here](https://github.com/s-mrb/siamese-mnist/issues/1#issuecomment-1169697625) and **For my case I have to get get embedding of the images before feeding into the model.** If you see [here](https://keras.io/examples/vision/siamese_contrastive/#define-the-model), the two tower networks are getting the...

There are many changes needed to be made but I don't think they are working on it anymore.