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)
where can i find a good pre-trained model of word2vec that works with js?
I'm currently using this pre-trained model, but there are a lot of words that are missing from the list.
I am using this for my react.js app, so I need something that works with react, and all the mod...
Ori
Votes: 0
Answers: 0
Why are non-trainable parameters zero in model's summary, despite loading the weights of the model?
I used the command
torch.save(model.state_dict(), 'model.pth')
to save the parameters after training the model.
But, when I use the commands
model = EfficientNetModel()
MODEL_PATH = 'model.pth'
model...
Yashika Jain
Votes: 0
Answers: 1
1 channel input to VGG16 instead of 3 channel input
More of a novice question though, I am using VGG16 as feature extractor. I have used 3 channel images as input. Now I want to use 1 channel images as input. As VGG-16 is trained on 3 channel images, c...
Md Khaled Hasan Zami
Votes: 0
Answers: 1
Is it possible to train tesseract v5 for OCR Egyptain licence plate?
I'm working on a project to OCR Egyptian licence plate written in arabic alphabet and arabic-indic numbers. The traineddata from https://github.com/Shreeshrii/tessdata_arabic gives an accuracy of 60% ...
Radwa Ahmed
Votes: 0
Answers: 0