FanShuixing

Results 3 issues of FanShuixing

Thanks for your work.I know the normal usage is `tw.draw_model(model,[1,3,224,224])`.However,If the model has many inputs,what is the right style? I have tried `tw.draw_model(model,([input1],[input2]))` and `tw.draw_model(model,[[input1],[input2]])` ,no one is right. can...

Hi,Thanks for your contribution. I have read the official document about nghttp2 1.47.0 DEV ,and noticed the option --rps means "Specify request per second for each client",Does it mean concurrent?

Hi,Thanks for your sharing.I met a problem as follows when i run train.py `train.py:125: UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead. img = Variable(img,...