Closed fPecc closed 4 years ago
I am getting error "TypeError: cannot unpack non-iterable Model object" when trying to run the example_keras_to_qkeras.py script.
I installed all requirements using
pip install -r requirements.txt
And then run
pip install .
And
python setup.py install
A fix for this was included in #21
Hi @fPecc, since @vloncar pointed out the fix. I closed this isuee. Feel free to reopen it if there is still issue.
I am getting error "TypeError: cannot unpack non-iterable Model object" when trying to run the example_keras_to_qkeras.py script.
I installed all requirements using
pip install -r requirements.txt
And then run
pip install .
And
python setup.py install