nobuco
nobuco copied to clipboard
Pytorch to Keras/Tensorflow conversion made intuitive
I've observed an issue where occasionally my VM sessions will crash and I tracked it down to VRAM usage during the conversion. Here is a typical amount of VRAM usage:...
I am trying to convert a pytorch model to TF lite using this module called nobuco, I am facing some serious trouble and would really appreciate some guidance/help. It's a...
I am converting the modules of a transformer model from pytorch to tflite. Here is my conversion code - ``` sample_input = torch.randint(low=0, high=60, size =(1, 32, 512), dtype=torch.float) src_pos_module...
Developers will want to programmatically analyze the result of conversion in a more detailed manner. Therefore, I suggest returning the validation and conversion results as well after conversion. From the...
After conversion I have issue on speed: ``` PyTorch Inference Time: 0.7236480712890625 558606 function calls (471806 primitive calls) in 0.723 seconds Ordered by: internal time List reduced from 77 to...
I found that 2D FFT and IFFT are implemented but 1D FFT and IFFT are not, as well as STFT and ISTFT, which are very important tool in audio signal...