go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported method NDArray.Normal should have comment or be unexported
Open

func (a *NDArray) Normal(mean float32, scale float32) *NDArray {
Severity: Minor
Found in mx/filler.go by golint

exported method NDArray.Context should have comment or be unexported
Open

func (a *NDArray) Context() Context {
Severity: Minor
Found in mx/ndarray.go by golint

exported method Graph.Identity should have comment or be unexported
Open

func (g *Graph) Identity() GraphIdentity {
Severity: Minor
Found in mx/summary.go by golint

exported const OpVar_ should have comment (or a comment on this block) or be unexported
Open

    OpVar_    capi.MxnetOp = -1
Severity: Minor
Found in mx/symbol.go by golint

don't use underscores in Go names; const OpInput_ should be OpInput
Open

    OpInput_  capi.MxnetOp = -2
Severity: Minor
Found in mx/symbol.go by golint

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

func (nb Lambda) Combine(input *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in lambda.go by golint

exported type L1Loss should have comment or be unexported
Open

type L1Loss struct{ Num int }
Severity: Minor
Found in loss.go by golint

comment on exported method PredictionModel.Predicted should be of the form "Predicted ..."
Open

/*
Severity: Minor
Found in model.go by golint

exported const WithAuxStates should have comment or be unexported
Open

const WithAuxStates = 4
Severity: Minor
Found in mx/capi/capi.go by golint

exported function InferShapes should have comment or be unexported
Open

func InferShapes(handle SymbolHandle, with map[string][]int, selector int) map[string][]int {
Severity: Minor
Found in mx/capi/capi.go by golint

exported function Forward should have comment or be unexported
Open

func Forward(exec ExecutorHandle, train bool) {
Severity: Minor
Found in mx/capi/capi.go by golint

struct field symId should be symID
Open

    symId int
Severity: Minor
Found in mx/graph.go by golint

exported function Compose should have comment or be unexported
Open

func Compose(
Severity: Minor
Found in mx/graph.go by golint

exported method NDArray.Dtype should have comment or be unexported
Open

func (a *NDArray) Dtype() Dtype {
Severity: Minor
Found in mx/ndarray.go by golint

exported method NDArray.ReCopyValuesTo should have comment or be unexported
Open

func (a *NDArray) ReCopyValuesTo(dst interface{}) {
Severity: Minor
Found in mx/ndarray.go by golint

method ToJson should be ToJSON
Open

func (g *Graph) ToJson(withLoss bool) []byte {
Severity: Minor
Found in mx/summary.go by golint

exported method Graph.Summary should have comment or be unexported
Open

func (g *Graph) Summary(withLoss bool) Summary {
Severity: Minor
Found in mx/summary.go by golint

exported function GE should have comment or be unexported
Open

func GE(a *Symbol, rv interface{}) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function HardSigmoid should have comment or be unexported
Open

func HardSigmoid(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in activation.go by golint

exported function Combine should have comment or be unexported
Open

func Combine(nn Block) *mx.Symbol {
Severity: Minor
Found in block.go by golint
Severity
Category
Status
Source
Language