Closed MrAccelerator closed 10 months ago
Unfortunately, I cannot reproduce this error. Can you please try using the following conda environment and tell me if the problem persists?
name: pycocoevalcap
channels:
- conda-forge
- defaults
dependencies:
- openjdk=11.0.15
- pip=22.3.1
- python=3.11.0
- pip:
- pycocotools==2.0.6
- pycocoevalcap==1.2
The question is strange. I run example.py in pycocoevalcap gives the results normally. However, when I run the model code, I report the error OSError: [Errno 22] Invalid argument. Java: 1.8 python: 3.6 OS: windows java -jar -Xmx2G meteor-1.5.jar - - -stdio -l en -norm ->This is the output: But this file(paraphrase-en.gz) exists in the right path.