python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using the encoder part only from T5 model
I want to build a classification model that needs only the encoder part of language models. I have tried Bert, Roberta, xlnet, and so far I have been successful.
I now want to test the encoder part on...
ls_grep
Votes: 0
Answers: 1
ValueError: Shapes (None, 16) and (None, 16, 16) are incompatible (LSTMs)
I am building a English to Hindi translation model and I keep getting this error. I am still new to this so I couldn't figure out my error. I used the encoder-decoder model and i still have to build t...
Akshat Mittu
Votes: 0
Answers: 0
JSON isinstance decoder is only decoding the strings to numbers, but not dates
I have a JSON file that has dates and integers in them. All of them are showing as strings. I used a JSON decoder to get the strings parsed into integers, but I am having issues getting the date strin...
Alphanum3ric
Votes: 0
Answers: 0