Santiago Gil Arboleda
Santiago Gil Arboleda
I had the same error on Google Colab, but it was a typo. **Error Command** `python exporter_main_v2.py --input_type image_tensor --pipeline_config_path models/my_mobilenet_ssd_v2_keras/pipeline.config --trained_checkpoint_dir /models/my_mobilenet_ssd_v2_keras/ --output_directory exported-models/my_model` **Solution** Removing the first `/`...
Alright. I will keep for now the changes which make the tests compile.
I guess we can close this thread since we're migrating these tests to Python? We can reopen later if needed.
Hi @kasarmic, Yes, you can mix UniFMU with other Python applications. Please be aware that the performance may change, and you need to adapt the functionality to the FMIDoStep calls....
CLI not putting API binaries in correct folder structure when target doens't have a x86_64 processor
I've just run some other tests on a ARM64 MacOS and the problem gets mostly solved when hard-coding the binaries into a folder `x86_64-darwin`. See the file structure (both unifmu.dylib...