Results 2 issues of Paul Bridger

The local_env_helper ApiProxy proxy creates a new, empty HashMap every time getAttributes is called. Since namespace is kept in here, it will never be set persistently. (getAttributes [](java.util.HashMap.)) I just...

I've been writing large files to s3 something like this: ``` with dest_path.open('wb') as f: torch.save(model.state_dict(), f) ``` where dest_path is something like `s3://bucket/path.pt`. The bug is that I see...

enhancement
good first issue