Saichethan M. Reddy

Results 7 issues of Saichethan M. Reddy

![eas](https://user-images.githubusercontent.com/34788026/87753094-73c43000-c81f-11ea-8476-a95da628d94e.png) @amansrivastava17 While running encoder with download keyword getting an error as shown above

I am interested in improving About Code web presence by adding schema and improving SEO.

`` import tensorflow as tf from transformers import * #BertTokenizer, TFBertModel tokenizer = AutoTokenizer.from_pretrained('allenai/scibert_scivocab_uncased') model = AutoModel.from_pretrained('allenai/scibert_scivocab_uncased') input_ids = tf.constant(tokenizer.encode("My dog is cute"))[None, :] # Batch size 1 outputs =...

Can you add CBAM version for VGG 16 (pre-trained), model in repo. Or how can I replicate CBAM version of pre-trained VGG 16

How to run this in keras I mean how to / where to find for keras equivalent of these codes

Hello, when I run the code I am getting scores as ![Image of scores](https://saichethan.github.io/website/images/scores_ner.png) whereas In the paper it's given PER F1: 81.98 LOC F1: 78.95 ORG F1: 53.07 MISC...

While running the script I'm getting the following error. please let me know how to resolve this ![herr](https://user-images.githubusercontent.com/34788026/104414821-e035a700-5596-11eb-989f-7a0b37b7df37.png)