Muhammad Anas Raza
Muhammad Anas Raza
Hi @JoelBender , Hope you are doing great. I am reading data from AHUs but while fetching the list of objects it gives an error: segmentationNotSupported. On sending WhoIsIAm, I...
While converting a {[model](https://github.com/anas-rz/focalnet-tensorflow/blob/56506bf400a7ca99efcafc7f8907baea0adb12fb/focalnet_tensorflow/layers.py#L112)} from TensorFlow {[to Keras Core](https://github.com/anas-rz/focalnet-keras-core/blob/main/focalnet_keras_core/layers.py#L130)}, I am facing error with the JAX backend at the end of the epoch. The error is thrown by the `StochasticDepth`...
Hi, We had a discussion with the IBM Neuro-Symbolic AI Team regarding contributing to LNN. One particular application type I became interested in is using them with traditional NN-based approaches....
I have added weights and script to port weights to Python 3.
Hi @raghavan97 ! Hope you are doing fine. I have been using misty for one month and it's working on my personal laptop. But when I am trying to make...
Some networks [e.g.](https://keras.io/examples/vision/basnet_segmentation/) require computing SSIM between images. Keras core doesn't have cross-backend ops for this. Can I open a PR for this?