8000 Release LTNtorch v1.0.0 · tommasocarraro/LTNtorch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LTNtorch v1.0.0

Compare
Choose a tag to compare
@tommasocarraro tommasocarraro released this 29 Mar 13:53
· 17 commits to main since this release

This is the second release of LTNtorch, named v1.0.0.

In this new release, the following improvements have been made:

  1. the SatAgg aggregator now accepts both torch.Tensor and LTNObject instances, instead of only LTNObject instances as the previous version. This update makes the aggregator more flexible;
  2. the efficiency of the framework has been improved;
  3. guarded quantification has been totally re-implemented. Now, the mask is directly passed to the aggregator and used by it to filter the grounding of the formula;
  4. some problems with deep copies inside the framework have been fixed. This was the solution for the issue opened on the repository.
0