Yaroslav Pikaliov

Results 3 issues of Yaroslav Pikaliov

**Describe the bug** I use script for standalone profiler models from deepspeed. Some of models used from repos: cvnets and timm. So for 2 of them I couldnt get info...

bug
inference

Hi, I can't get how to use elmo embedding instead of word2vec in code. Can you guide me or link example code? Thanks. ``` embedding = torch.from_numpy(embedding).float() # size self.embedding...