Skip to content
Snippets Groups Projects
Commit d783d15e authored by Pat Alt's avatar Pat Alt
Browse files

uh

parent 8b2a3a7e
No related branches found
No related tags found
No related merge requests found
artifacts/results/images/gmsc_benchmark.png

463 KiB | W: | H:

artifacts/results/images/gmsc_benchmark.png

477 KiB | W: | H:

artifacts/results/images/gmsc_benchmark.png
artifacts/results/images/gmsc_benchmark.png
artifacts/results/images/gmsc_benchmark.png
artifacts/results/images/gmsc_benchmark.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -141,13 +141,13 @@ model_performance
## Benchmark
```{julia}
λ₁ = 0.1
λ₂ = 0.5
λ₃ = 0.5
λ₁ = 0.25
λ₂ = 0.75
λ₃ = 0.75
Λ = [λ₁, λ₂, λ₃]
opt = Flux.Optimise.Descent(0.01)
use_class_loss = true
opt = Flux.Optimise.Descent(0.05)
use_class_loss = false
# Benchmark generators:
generator_dict = Dict(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment