Skip to content

Changelog¤

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning. See Conventional Commits for commit guidelines.

v4.7.4 (2023-07-11)¤

Fix¤

See all commits in this version

v4.7.3 (2023-07-11)¤

Fix¤

  • deps: Update dependency torch to v1.13.1 [security] (ed17d10)

Documentation¤

See all commits in this version

v4.7.2 (2023-07-11)¤

Fix¤

See all commits in this version

v4.7.1 (2023-07-11)¤

Fix¤

  • deps: Update dependency torch to v1.13.1 [security] (7d34b13)

See all commits in this version

Changelog¤

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v4.7.4 (2023-07-11)¤

Fix¤

See all commits in this version

v4.7.3 (2023-07-11)¤

Fix¤

  • deps: Update dependency torch to v1.13.1 [security] (ed17d10)

Documentation¤

See all commits in this version

v4.7.2 (2023-07-11)¤

Fix¤

See all commits in this version

v4.7.1 (2023-07-11)¤

Fix¤

  • deps: Update dependency torch to v1.13.1 [security] (7d34b13)

See all commits in this version

v4.7.0 (2022-02-13)¤

Feature¤

  • flow: Add latest epoch checkpoint (87884b7)

See all commits in this version

v4.6.0 (2021-10-19)¤

Feature¤

  • cli: benchmark content similarity script (add2ad9)

Fix¤

  • train: content_loss.type null check (767616b)
  • loss: Suppress .numpy() AttributeError (db2ef70)

See all commits in this version

v4.5.1 (2021-10-09)¤

Fix¤

  • perceptron: Remove ReLU (d20ed22)

See all commits in this version

v4.5.0 (2021-09-30)¤

Feature¤

  • train: Generate per epoch data csv (c154585)

Fix¤

  • plot: Do not close plot on Windows (ee82ad8)
  • loss: VectorSpaceContentLoss expects numpy matrix (5d3acf8)

See all commits in this version

v4.4.0 (2021-09-29)¤

Feature¤

  • loss: Normalize VectorSpaceContentLoss (430ac52)
  • train: Plot fourier/histogram based content loss (22c038c)
  • dataset: Make dataset path optional on CLI (4c9b2a9)

See all commits in this version

v4.3.0 (2021-08-23)¤

Feature¤

  • Load model from .pt file (6a07e1d)

Fix¤

  • Skip surface quantization on VectorSpapceContentLoss (54b3f21)

See all commits in this version

v4.2.2 (2021-08-03)¤

Fix¤

  • Call absolute on vector based content loss __call__ (99fd205)

See all commits in this version

v4.2.1 (2021-08-03)¤

Fix¤

  • Calculate the fft absolute value (3478628)

See all commits in this version

v4.2.0 (2021-08-03)¤

Feature¤

  • Introduce the VectorSpaceContentLoss (20248b1)

Fix¤

  • Remove latest RELU from CNN generator (5797205)

See all commits in this version

v4.1.2 (2021-07-27)¤

Fix¤

  • Use sane defaults in dataset CLI (d79941a)

See all commits in this version

v4.1.1 (2021-07-27)¤

Fix¤

  • Make grayscale/'3d' visualization full size (8f01807)

See all commits in this version

v4.1.0 (2021-07-27)¤

Feature¤

  • Implement the tuning flow (81bf9c0)
  • Create a hyper parameter tuning CLI (5f462d1)
  • Dataset generation script (428b6fd)
  • clis aimed towards visualization and dataset generation (692a1c0)

Fix¤

  • Make tuning CLI available after installation (1b90a34)
  • Show default logging level (986b6ac)

See all commits in this version

v4.0.0 (2021-07-18)¤

Feature¤

  • Add hyper parameter tuning interface (d486372)
  • Make content loss optional (75d9b0e)

Breaking¤

  • make optimizer a parameter to TrainingManager (57f0dc8)

See all commits in this version

v3.1.0 (2021-07-15)¤

Feature¤

  • Separately log/plot content_loss (fc16be6)
  • Instantiate models per dataset (f7bee53)
  • Optionally suppress exceptions on training flow (122a055)
  • Separate limits for dataset/surface loading (4754d72)

See all commits in this version

v3.0.1 (2021-07-10)¤

Fix¤

  • Overwrite dataset transforms if provided (ed9dc7b)

See all commits in this version

v3.0.0 (2021-07-10)¤

Feature¤

  • Notify on flow completion (via email) (38fe3a2)

Breaking¤

  • notify on flow completion (via email) (38fe3a2)

See all commits in this version

v2.2.0 (2021-07-08)¤

Feature¤

  • Run the flow over multiple datasets (d01651d)
  • Save training flow outputs to Google Drive by default (1032892)

See all commits in this version

v2.1.0 (2021-07-01)¤

Feature¤

  • Save images on flow exit (83127d9)

See all commits in this version

v2.0.0 (2021-07-01)¤

Feature¤

  • Enable gradient clipping (14dc13f)

Breaking¤

  • convert TrainingManager.__call__ to iterator (04b18c9)

See all commits in this version

v1.5.2 (2021-06-29)¤

Fix¤

  • Wrong path when invoking pip (59cb5e3)

See all commits in this version

v1.5.1 (2021-06-29)¤

Fix¤

  • Criterion and content loss weights add up to 1 (2447088)

See all commits in this version

v1.5.0 (2021-06-28)¤

Feature¤

  • Add title to per epoch animation (52b4bc3)
  • Cache content loss(es) (b5c9fed)

Fix¤

  • Check instance class when loading from_pickle (0dd3c8d)

See all commits in this version

v1.4.0 (2021-06-27)¤

Feature¤

  • Store/load dataset to/from .pt file (4b17918)
  • Save per epoch animation(s) (dedc063)

See all commits in this version

v1.3.0 (2021-06-24)¤

Feature¤

  • Configure logging level via export (312f175)

See all commits in this version

v1.2.0 (2021-06-23)¤

Feature¤

  • Per epoch surface batch animation (448d3dc)

See all commits in this version

v1.1.0 (2021-06-20)¤

Feature¤

  • Add parallel hpg content loss (250e297)

See all commits in this version

v1.0.1 (2021-06-20)¤

Fix¤

  • Removed src import(s) prefix (cc0c918)

See all commits in this version

v1.0.0 (2021-06-20)¤

Fix¤

  • Set python minimum version to 3.7 (d81db21)

Breaking¤

  • set python minimum version to 3.7 (d81db21)

See all commits in this version

v0.2.0 (2021-06-19)¤

Feature¤

Fix¤

See all commits in this version