swh:1:snp:93431e0de56bff942fc37a8298daad635afceed0
Raw File
Tip revision: e95281f794d26cb0ff83904b2e4f8688e23b4944 authored by Sergio Pascual on 22 October 2019, 13:09:47 UTC
Removing training loop from utilities
Tip revision: e95281f
dispatch.py
from multipledispatch import Dispatcher

Kuu = Dispatcher('Kuu')
Kuf = Dispatcher('Kuf')
back to top