Jitesh Malipeddi

Results 7 issues of Jitesh Malipeddi

I am trying to convert a Pytorch model to Keras using the `Pytorch2Keras` library. I'm doing this on a pre-trained colorization model [here][1]. Just to see if my model and...

Hi, thank you so much for providing your code! I want to check the output shapes at every stage of the model. I plan to do that by passing in...

Hi, I am facing the following issue when I execute the cell which starts the training. Epoch 1/40 Exception: Incompatible shapes: [1,18,30,36] vs. [1,9,15,36] [[node gradients/sub_2_grad/BroadcastGradientArgs (defined at /home/jitesh/test_env/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:2138) ]]....

Hi, congratulations on your work! I was actually wondering if there is any way to run this code on a custom dataset?

Hi, congratulations on your work! I was actually wondering if there is any way to run this code on a custom dataset?

This pull request introduces several improvements and optimizations to enhance the performance, maintainability, and usability of the text segmentation repository. Summary of Changes: - **Updated code for Python 3 compatibility...

Hi @koomri , Let me start of with a huge shoutout for the paper and the code. I found it to be immensely helpful. Thanks a lot for your efforts...