Closed magnolini closed 1 year ago
On the other hand, if I run it using pycharm (on Windows) I have this other error
2023-06-12 16:19:52,183 [INFO] Generating weak supervision for task antique/test and saving results in antique.
Traceback (most recent call last):
File "C:\Users\simon\PycharmProjects\query_variation_generators\examples\generate_weak_supervision.py", line 80, in
Which version of CUDA did you use? Or maybe it's not needed?
I manualy installed tensorflow-text and it's working
Hello, I'm trying to run your code. Using the command in your tutorial I have this Error. I've tried to run "pip install ." to see if it helps, but I still have this problem
Traceback (most recent call last): File "examples/generate_weak_supervision.py", line 1, in
from disentangled_information_needs.transformations.synonym import SynonymActions
ModuleNotFoundError: No module named 'disentangled_information_needs'