MCPcopy Create free account
hub / github.com/MotrixLab/insactor / build_loss

Function build_loss

diffplanner/models/builder.py:18–20  ·  view source on GitHub ↗

Build loss.

(cfg)

Source from the content-addressed store, hash-verified

16ATTENTIONS = MODELS
17
18def build_loss(cfg):
19 """Build loss."""
20 return LOSSES.build(cfg)
21
22def build_architecture(cfg):
23 """Build framework."""

Callers 4

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected