Joseph Suarez (e/🐑) (@jsuarez5341) 's Twitter Profile
Joseph Suarez (e/🐑)

@jsuarez5341

I build sane open-source RL tools. MIT PhD, creator of Neural MMO and founder of PufferAI. puffer.ai

ID: 1102622174274310149

linkhttp://jsuarez5341.github.io calendar_today04-03-2019 17:29:46

6,6K Tweet

7,7K Followers

89 Following

Joseph Suarez (e/🐑) (@jsuarez5341) 's Twitter Profile Photo

Looking to hire an editor for a 30 second trailer to showcase PufferLib! I have a bunch of clips, but it will take a bit of creativity to convey what we've built. I've been grinding on this for months, so I'm fresh out!

Joseph Suarez (e/🐑) (@jsuarez5341) 's Twitter Profile Photo

Does anyone have a simple PyTorch perf test showing 95% expected FLOPs? I'm getting <70% on a basic matmul def test_matmul_speed(batch_size=16384, hidden_size=16384): torch.backends.cuda.matmul.allow_tf32 = False observations = torch.randn(batch_size, hidden_size).cuda()