ndickson-nvidia
ndickson-nvidia
Just a note (for when searching in the code) that 2 of the occurrences above are `remove_self_loops`, but the real function name is singular, `remove_self_loop`.
> can we omit `output_batch` and always assign batch information to the output when the input `x` is 3D? I'd be happy to omit both `output_batch` and `exclude_self` (by having...
> the batch information (`output_batch`) can be omitted ... We will keep `exclude_self` though. Done. Thanks!