ujjwalnur

Results 10 comments of ujjwalnur

This should be resolved since Python 3.11 support seems pretty well broken.

Hi @JanuszL , Thanks for the response. Since it is a TFRecord based code, it would be futile to paste it here directly. Let me write a small snippet with...

Since I cannot attach ```*.py``` files here, I am providing the code snippet you can execute directly. It is a bit long because I wanted it to mimic the functionality...

Hi @JanuszL , When you run the above snippet , here is the error I am getting : ``` 2024-07-01 11:51:50.352523: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use...

@JanuszL Here you go. [reproduce.zip](https://github.com/user-attachments/files/16051125/reproduce.zip)

As an additional context, if you comment out one of the augmentations from ```config.yaml```, the code will run.

Were you able to reproduce the issue ?

@klecki @JanuszL , Hi, maybe you didn't have a chance to look at it but I have tried other variations as well such as using classes in place of first-hand...

Ok. I am still studying this -- the structure and data types of ```inputs``` does not change and so I expected that my original code should have worked fine. So,...