Alexey Kamenev

Results 7 issues of Alexey Kamenev

I've noticed that [Codec](https://github.com/zarr-developers/numcodecs/blob/main/numcodecs/abc.py#L35) class methods, such as `encode` and `decode`, do not use type hints. Is this intentional or something that can be added in the future?

This feature adds support for [nvCOMP batch/low-level](https://github.com/NVIDIA/nvcomp/blob/main/doc/lowlevel_c_quickstart.md) API which allows to process multiple chunks in parallel. The proposed implementation provides an easy way to use the API via well-known [numcodecs...

# Modulus Pull Request ## Description Fixes issue in checkpointing utility that causes an error when loading a checkpoint. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md)....

# Modulus Pull Request ## Description This PR contains an example of Bistride Multiscale MeshGraphNet model, described in the [corresponding paper](https://arxiv.org/pdf/2210.02573). This is a Modulus compatible version of the earlier...

# Modulus Pull Request ## Description Removes obsolete FIGConvNet config. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md). - [x] New or existing tests cover these changes....

# Modulus Pull Request ## Description This is a Modulus port of [AIMNet2](https://github.com/isayevlab/aimnetcentral) model. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md). - [x] New or existing...

2 - In Progress
5 - DO NOT MERGE

Hello, Is it possible to add `LICENSE` file to the repo? The license is mentioned in the toml file classifier section but it would be great to have a separate...