Pranav Gundewar

Results 13 comments of Pranav Gundewar

@sovrasov Can you share some examples of writing a custom hook for GCN implementation? Thank you!

I believe your input dimensions for visualization might be wrong. Input to the model should be hl.build_graph(model,torch.zeros([1,3,16,112,**112**]))

Try reducing workers per GPU or make sure CPU has free cores

> > > 是的,我正在使用.pth文件! > > > 如何将其转换为.pt格式? > > > > > > 好吧,新的.pth文件和.pt文件之间的唯一区别是,他们在其中添加了视频的一些元信息。我写了一段代码来进行转换。它可能并不优雅,但可以工作: > > ``` > > # Model Conversion > > # -- if the model...

I am facing a similar issue as well. How did you solve this?

Hi @preethamam can you please share your modified multiway registration script? Thank you!

Yes. I believe it is a typo and it should be [2,7,7].

I sometimes get 20,4 sometimes 19,4. Any reasons why?

Hi @chaoyanghe @khoaanhtran Thank you for the suggestions. It worked for me. I am facing one more question. I have 3 EC2 instanced running on AWS. 1 is for a...