Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@ValerianRey ValerianRey released this 01 Feb 11:58
· 2 commits to main since this release
194b9d8

ConFIG support

This release adds the new ConFIG aggregator, recently proposed in ConFIG: Towards Conflict-free Training of Physics Informed Neural Networks.

To import and instantiate it:

from torchjd.aggregation import ConFIG
aggregator = ConFIG()

It can then be passed to the torchjd.backward or torchjd.mtl_backward function, as usual. For more details, check out the documentation.

Thanks a lot to @qiauil (main author and maintainer of the official ConFIG repo) for his help with the integration, and to @ogencoglu for suggesting the integration of ConFIG in TorchJD!

Contributors