Francesco Farina

Results 4 issues of Francesco Farina

Calling the `parameters` method (or closely related ones like `trainable_parameters` or `children`) can potentially return duplicates when nesting modules. Please ignore if it's a desired feature. ### Example Define a...

## Proposed changes This PR introduces a generic Graph Network block module, as defined in https://arxiv.org/pdf/1806.01261.pdf Some points are open for discussion: - I wrote a working example in the...

## Proposed changes Expose `scatter` operations to the python API. Any help on completing this is welcome. It's up for discussion whether we should expose only the `scatter` operations with...

**Describe the bug** When attempting to run tests, either for C++ or Python I get a generic `bus error`. It may as well be a local problem on my machine...