Constantin Shafranski

Results 8 comments of Constantin Shafranski

Looks like I have managed to find a work around. feels somewhat like weird solution but it worked. I have added to `add_noise` method the following: ``` def add_noise(self, x...

It appears that the problem is related to KerasCV's implementation because they are using their own implementation of the GroupNormalization layer, which is causing this error, whereas this repo's implementation...

> I tried exporting the saved model. Had a different error than yours > > ``` > --------------------------------------------------------------------------- > ConverterError Traceback (most recent call last) > in > 2 >...

closing as the PR got merged. Will take into my attention next time the points you have made here @PedramNavid

Hey all and thank for the reviews! I'll handle the issues mentioned by @PedramNavid ASAP! Thanks again for the genuine feedback despite the PR being so comprehensive

Addresses all feedback from @PedramNavid's review. ## Critical Issues Fixed - [x] Run `ruff format` and `ruff check` - all 15 Python files pass - [x] Uncomment `%pip install` in...

> Thanks for that @costiash ! overall looks good, could you update the description of the PR with examples from the new implementations for the visualizer? Both the html renderer...

> oh sorry -- one _final_ requirement is that commits must have verified signatures before i can merge them in. Could you follow these steps? I shouldve flagged this earlier....