generated from mathias/template-go-web
8539ec3a85b24dd593be5bd36476d381c80fb077
train.py imports torch but the venv step only installed requirements.txt, which deliberately excludes torch (must come from the cu130 wheel index for koala's Blackwell sm_120, per the requirements.txt header). Baseline run died with ModuleNotFoundError: No module named 'torch'. Add the documented install.
hostexecutor
Generated from
mathias/template-go-web.
Bootstrap
After creating from template, run:
go mod tidy # regenerate go.sum with real module path
task generate # generate templ files
task build # build the binary
Description
JEPA-based latent representation learning for FX trading risk management — research project
370 KiB
Languages
Python
76.4%
Go
18.4%
Shell
4.3%
templ
0.6%
Dockerfile
0.3%