Error in Syqon scripts in cli mode

Both Syqon-Prisma and Syqon-Starless scripts encounter the following error when running in CLI mode:

File “…/SyQon-Starless.py”, line 1048, in main engine = InferenceEngine(target_background=0.12,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TypeError: InferenceEngine.init() got an unexpected keyword argument ‘target_background’

should be fixed now

Now get the next error:

line 978, in main engine = InferenceEngine(with_gpu = with_gpu, model=“deep” if args.deep else “mini”)

TypeError: InferenceEngine.init() got an unexpected keyword argument ‘with_gpu’

The script doesn’t require you to provide an argument for that purpose

With Syqon-Starless work fine. The error is with Syqon-Prism