Kenichi Maehashi

Results 136 issues of Kenichi Maehashi

Now that all lazy module implementation and infrastructure (LazyModuleMixin) is in PyTorch, let's mark our implementations as deprecated and suggest users to migrate to PyTorch's official implementations.

This is convenient as we can build docs without onnx requirement

When using IterableDataset, the length of the dataset may not be determined, so users may not be able to specify `iters_per_epoch`.

Related to: https://github.com/pfnet/pytorch-pfn-extras/pull/118 Some filesystems like HDFS or S3 (equivalents) do not support appending to an existing file. It would be beneficial for users to provide support for these file...

Some projects seems to stick with the same version `pytorch-pfn-extras==0.2.0` I think we need to declare our versioning rules (e.g. Z changes of version X.Y.Z does not introduce backward-breaking changes...

Automate the release process (publish to pypi) by using GitHub Actions.

https://github.com/jubatus/jubatus-mpio/blob/0.4.2/mpsrc/wavy_connect.cc#L59 It is doing something like: ``` msec = sec + (nsec * 10^6) ```

bug

Derived from discussion in https://github.com/jubatus/jubatus/issues/507 and https://gist.github.com/kmaehashi/8516915 When using session pool feature of msgpack-rpc, only one connection per server is allowed at a time.

bug