go-ml-dev/nn

View on GitHub
memorize.go

Summary

Maintainability
A
0 mins
Test Coverage
C
76%

exported const ModelPartSymbol should have comment or be unexported
Open

const ModelPartSymbol = "symbol.bin.xz"
Severity: Minor
Found in memorize.go by golint

exported const ModelPartInfo should have comment or be unexported
Open

const ModelPartInfo = "network.yaml"
Severity: Minor
Found in memorize.go by golint

exported const ModelPartParams should have comment or be unexported
Open

const ModelPartParams = "params.bin.xz"
Severity: Minor
Found in memorize.go by golint

exported const ModelPartSummary should have comment or be unexported
Open

const ModelPartSummary = "summary.txt"
Severity: Minor
Found in memorize.go by golint

There are no issues that match your filters.

Category
Status