python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
huggingface transformers RuntimeError: No module named 'tensorflow.python.keras.engine.keras_tensor'
I am looking at this workbook which comes from huggingface course. I dont have internet access from my python environment but I could download files and save them in python environment. I copied all f...
user2543622
Votes: 0
Answers: 1
Swin Transformer attention maps visualization
I am using a Swin Transformer for a hierarchical problem of multi calss multi label classification. I would like to visualize the self attention maps on my input image trying to extract them from the ...
Imanuel Rozenberg
Votes: 0
Answers: 1
How to resume training in spacy transformers for NER
I have created a spacy transformer model for named entity recognition. Last time I trained till it reached 90% accuracy and I also have a model-best directory from where I can load my trained model fo...

user12188405
Votes: 0
Answers: 2
I want to ask you about the structure of "query, key, value" of "transformer"
I'm a beginner at NLP.
So I'm trying to reproduce the most basic transformer all you need code.
But I got a question while doing it.
In the MultiHeadAttention layer,
I printed out the shape of "q...

user16579274
Votes: 0
Answers: 0