Risho92

Results 2 issues of Risho92

I used the below command to extract text from a pdf using textractor ```python response = client.start_document_analysis( DocumentLocation=( 'S3Object': { 'Bucket': Bucket, 'Name': Name } }, FeatureTypes=['LAYOUT','FORMS'], OutputConfig={ 'S3Bucket': S3Bucket,...

python

python3 run.py --model AttH --max_epochs 1 --batch_size 2 I was trying to execute AttH model with the above command from command prompt. I am getting an error "CUDA error: device-side...