Nathaniel Burke
Nathaniel Burke
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...
I am running training with the T-Shirt garment on around ~700 animations downloaded from Mixamo (via [mixamo_anims_downloader](https://github.com/gnuton/mixamo_anims_downloader/tree/master)) In the config, I have increased `batch_size` to 300 (any more and I...