nobuco icon indicating copy to clipboard operation
nobuco copied to clipboard

Pytorch to Keras/Tensorflow conversion made intuitive

Results 16 nobuco issues
Sort by recently updated
recently updated
newest added

When exporting a PyTorch model with dynamic shapes I hit ``` Traceback (most recent call last): File "/home/nathaniel/dev/hood/./TFExport.py", line 106, in tf_model = nobuco.pytorch_to_keras( File "/home/nathaniel/miniconda3/envs/hood/lib/python3.10/site-packages/nobuco/convert.py", line 340, in pytorch_to_keras...

bug

Hi, I am new to your library and would quickly like to know if I could convert a pre-trained torch model to keras. I mean, from what I see in...

I am trying to create a Keras_yolov5s.h5 file using nobuco/example/yolo5.py and then convert it to spiking neural networks. At this point, the evaluation of keras_yolov5s.h5 is necessary. When I try...

Getting the following error while trying to convert my model, have all the dependencies installed according to the requirements.txt provided in the repo

``` Traceback (most recent call last): File "/p/i/proj/waternet_tf.py", line 5, in import nobuco File "/p/i/proj/.venv/lib/python3.12/site-packages/nobuco/__init__.py", line 1, in from nobuco.converters.channel_ordering import t_pytorch2keras, t_keras2pytorch File "/p/i/proj/.venv/lib/python3.12/site-packages/nobuco/converters/channel_ordering.py", line 6, in from nobuco.commons...

Keras 3

Hello, first of all thank you for this fantastic tool. I am using it to convert the YOLO-World model from PyTorch to Tensorflow, but I am encountering a strange issue....

enhancement

Do we have any instruction to llama 2 conversion from pytorch to tensorflow?

TODO

# Motivation It is hard to prove the validation of contributed converter implementations without unit tests. # Added Setup - test package : unittest - configuration - python version :...

Hello, Thanks for developing this great tool! I have a question regarding layer/node naming in the converted Keras model. For the context, I have a usecase where I postprocess the...

enhancement

Occasionally I see some indications that a conversion shows up with the Inaccurate warning. When googling I can’t find any other guidance on these numbers for similar tools. I’m sure...