shankar kantharaj
shankar kantharaj
Hi, I am trying to run the VQA.py file for fine-tuning to the vqa v2 dataset. I am first trying on just the binary balanced abstract scenes due to their...
Getting this error on import of deepspeed. I am currently using torch 1.8.0 and installed the requirements.txt as directed. I am also not able to install the apex link provided.
Here is the snippet of the error: 04/03/2021 14:39:09 - WARNING - __main__ - Process rank: -1, device: cpu, n_gpu: 0, distributed training: False, 16-bits training: False 04/03/2021 14:39:10 -...
I installed the summ-eval package through pip on a linux machine and tried running the same command shown in the readme: calc-scores --config-file=examples/basic.config --metrics "rouge" --summ-file generated_predictions_sorted.txt --ref-file targetAnswers.txt --output-file...
Getting this error when running: !CUDA_VISIBLE_DEVICES=0,1 python3.6 Main.py --mode train --root_path ../dataset --output_path ../gpt_models saved_model_path ../gpt_models using python 3.6 and tensorflow 1.12 Traceback (most recent call last): File "Main.py", line...