Closed nlpirate closed 2 years ago
Hi @nlpirate, which version of discopy are you using? The README of that repository requires discopy 0.3.5.
This issue was resolved in the "QNLP-in-Practice" paper repository: https://github.com/CQCL/qnlp_lorenz_etal_2021_resources/issues/2.
I'm trying to replicate the binary classifier that is described in the documentation (step 4, complete use case). The accuracy is much lower than what is shown in the documentation, using the training and testing datasets provided by Lorenz et al., 2021 QNLP .
As suggested, I also tried to run the scripts proposed on their github, in particular
rp_task_simulation.ipynb
using google colab but I am getting the following error message backI have already set the variable
IMPORT_JAX = True
in discopy's config.py. any suggestions on how to fix it?