Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrss authored Jan 3, 2023
1 parent b78c975 commit f689244
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v1.6.0 (2023-01-03)
* ([#40](https://github.com/jgrss/cultionet/pull/40))
* New architecture design based on UNet 3+ and residual convolutions
* Modified total loss quantification with deep supervision of crop type in RNN layer
* Added `num_workers` option in `DataLoader` for faster train/predict
* Added .pt data compression by changing `torch.save|load` to `joblib.dump|load`

## v1.5.2 (2022-11-10)
* Fixed in-memory predictions ([#38](https://github.com/jgrss/cultionet/pull/38))

Expand Down

0 comments on commit f689244

Please sign in to comment.