Open BioTurboNick opened 1 month ago
Can you include a complete runnable code to try to reproduce? As well as show your OS/various package versions?
I'll see if I can boil down a MWE. In the meantime:
Julia Version 1.10.5
Commit 6f3fdf7b36 (2024-08-27 14:19 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 12 × Snapdragon(R) X 12-core X1E80100 @ 3.40 GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, bdver1)
Threads: 1 default, 0 interactive, 1 GC (on 12 virtual cores)
Environment:
JULIA_EDITOR = code
JULIA_NUM_THREADS =
Status `~/Repos/DeepLoco.jl/Project.toml`
⌅ [052768ef] CUDA v5.4.3
[082447d4] ChainRules v1.71.0
[992eb4ea] CondaPkg v0.2.23
[b4f34e82] Distances v0.10.11
[31c24e10] Distributions v0.25.111
⌃ [7da242da] Enzyme v0.12.36
[587475ba] Flux v0.14.19
[033835bb] JLD2 v0.5.2
[f1d291b0] MLUtils v0.4.4
[91a5bcdd] Plots v1.40.8
[6099a3de] PythonCall v0.9.23
[e88e6eb3] Zygote v0.6.70
[02a925ec] cuDNN v1.3.2
[37e2e46d] LinearAlgebra
[9a3f8284] Random
[10745b16] Statistics v1.10.0
I see Enzyme just recently bumped to 0.13, but seems Flux doesn't support it yet. Also, I realize this is Julia x86_64 running in emulation on Windows on ARM. I'll try on Julia AArch64 via WSL later.
I don't know where to begin for troubleshooting or making a minimal example. Or for a more specific title. First time trying Enzyme.
I changed the Flux
train!
function from:to:
But I'm not sure if that's correct, documentation on this usage is a bit sparse.
Also not sure why I only have 22 frames shown.