Skip to content

Releases: DL4Jets/DeepJetCore

2.2 (TF 1.15 in container)

09 Mar 12:57
Compare
Choose a tag to compare
2.2_tf1.15

TF1.15

2.1

29 Jan 16:53
Compare
Choose a tag to compare
2.1
2.1

First ragged support

17 Dec 13:51
Compare
Choose a tag to compare
First ragged support Pre-release
Pre-release

This release candidate starts to support ragged tensors. Please check updates on the readme file

DeepJetCore 2.0

15 Nov 09:11
Compare
Choose a tag to compare

First 2.0 release.

The following things changed w.r.t. 1.X releases:

  • The underlying data format changed drastically and is incompatible with 1.X (conversion scripts provided)

  • It is built entirely in compiled C++ modules now

  • It fully supports ragged tensors, ragged in the first dimension, which should be sufficient for most use cases.

  • Full ragged support will have to wait for keras patches that should come soon. But data format compatibility will be guaranteed through the 2.X releases.

  • The code has been cleaned up drastically, but will be further cleaned up in next releases.

  • The user interface has been simplified, and changed. In particular, the TrainData_XX classes are more transparent; for more information, please refer to the example generated by createSubPackage.py

  • A slim C++ interface/library for the data structures can be extracted (extractDjcCppInterface.py), such that the data can be written from any other C++ framework without the need of the full DeepJetCore package and its dependencies.

  • ... and many more, for more details check the diff

Last DeepJetCore 1.X release

15 Nov 08:47
Compare
Choose a tag to compare

This is the last 1.X release (unless unexpected things happen ;) )
Please refer to DeepJetCore 2.X, conversion scripts for the data are provided, and hints how to adapt the code can be found in the Readme file.

preTF2

04 Oct 13:44
Compare
Choose a tag to compare
preTF2 Pre-release
Pre-release

mostly for a docker tag