go-ml-dev/nn

View on GitHub
dropout.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

exported method Dropout.Combine should have comment or be unexported
Open

func (ly *Dropout) Combine(in *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in dropout.go by golint

exported type Dropout should have comment or be unexported
Open

type Dropout struct {
Severity: Minor
Found in dropout.go by golint

There are no issues that match your filters.

Category
Status