Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Releases: Planet-AI-GmbH/tfaip

1.2.6

13 Oct 11:47
Compare
Choose a tag to compare

change log:

  • parallel generator input pipeline fix
  • edit option to add static arguments (additional_graph|model|evaluator|data_kwargs)
  • added howto's in examples
  • minor change in data pipeline api

1.2.5

08 Sep 12:18
66c14e9
Compare
Choose a tag to compare
  • Fixes in docs
  • split of requirements and devel requirements
  • Tensorflow 2.6.0 support
  • Added script to test the throughput of the input pipeline
  • Support for pre-batched Samples (manual dynamic batch sizes)
  • Various smaller fixes

1.2.4

25 Jul 12:49
78c2dbe
Compare
Choose a tag to compare
  • Fixes in docs
  • Support for generating batches instead of simple samples in DataGenerator to support custom "batches" and "batch sizes"
  • Parallelized MultiPredictor

1.2.3

07 Jul 12:53
5d8c1fa
Compare
Choose a tag to compare
  • Fix loading of graphs in graph mode (default no reconstruction)
  • Added option to generate predefined batches in a DataGenerator

1.2.2

22 Jun 07:54
e6bd554
Compare
Choose a tag to compare
  • Added a RawPredictor that can be kept open to rapidly predict single samples
  • Final version of joss Paper

1.2.1

29 May 14:46
43b0175
Compare
Choose a tag to compare
  • Forced Black coding style
  • Smaller reworks
  • upgraded paiargparse

1.2.0

17 May 13:41
a7258bc
Compare
Choose a tag to compare
  • Reworked Graph construction
  • Generalized metric and loss definitions
  • Simplified tensorboard writer

1.1.1

08 May 09:50
dd27c84
Compare
Choose a tag to compare
  • Improved output of network architecture
  • smaller fixed for windows users
  • other smaller fixes

1.1.0

26 Mar 23:21
aa180f7
Compare
Choose a tag to compare
Fixed python version in action

1.0.1

19 Jan 15:49
dd771eb
Compare
Choose a tag to compare
Automatic merge of updates