Arthur
Results
1
comments of
Arthur
Hello, starting from transformers==4.x, the transformer models have been changed to return a class/dict instead of a tuple (https://huggingface.co/transformers/migration.html?highlight=return_dict). This was for me what was causing the op not implemented...