maverick_vaibhav

Results 2 comments of maverick_vaibhav

I have tested the model with a webcam, the results are satisfying but just the model is a bit slow(at least on my system), its more of a tradeoff between...

Try to run the code on Python3 instead of 2 and use this line learn = language_model_learner(data_lm, arch=AWD_LSTM, drop_mult=0.7) instead of learn = language_model_learner(data_lm, pretrained_model=URLs.WT103, drop_mult=0.7)