Will Harris

Results 5 comments of Will Harris

@kice @WSCZou I have the same error as you both, did you have any progress? ``` $ mmconvert -sf mxnet -iw Code/model-y1-test2/model-0000.params -in Code/model-y1-test2/model-symbol.json -df tensorflow -om Code/ [12:02:52] src/nnvm/legacy_json_util.cc:209:...

Did anyone fix? Same problem here

Pass the `-b` flag to the command: ``` ./blender -b -noaudio -t 1 -P blender_grasps_sacred.py -- '{"frame_nb": 10, "frame_start": 0, "results_root": "datageneration/tmp", "background_datasets": ["white"]}' ```

For jupyter notebook 7, one needs to replace `from notebook.notebookapp import main` with `from notebook.app import main`. Unfortunately I'm then getting errors of the form ``` [W 2024-02-08 11:53:01.777 JupyterNotebookApp]...