Add ML training pipeline with Polaris optimizer
- Add polaris dep for Adam optimizer (Axon.Optimizers deprecated) - Fix Model.train/3 to use Polaris.Optimizers.adam - Training task: mix propagation_train with stratified band sampling - Model encodes solar time (longitude/15) not fixed timezone
This commit is contained in:
parent
5c9b43d619
commit
b391d3a75e
1 changed files with 2 additions and 1 deletions
3
mix.exs
3
mix.exs
|
|
@ -67,7 +67,8 @@ defmodule Microwaveprop.MixProject do
|
||||||
{:earmark, "~> 1.4"},
|
{:earmark, "~> 1.4"},
|
||||||
{:nx, "~> 0.9"},
|
{:nx, "~> 0.9"},
|
||||||
{:axon, "~> 0.7"},
|
{:axon, "~> 0.7"},
|
||||||
{:exla, "~> 0.9"}
|
{:exla, "~> 0.9"},
|
||||||
|
{:polaris, "~> 0.1"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue