go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported function Sigmoid should have comment or be unexported
Open

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

exported function Swish should have comment or be unexported
Open

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

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

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

exported method Uniform.Inite should have comment or be unexported
Open

func (x Uniform) Inite(a *mx.NDArray) {
Severity: Minor
Found in inite.go by golint

exported type CrossEntropyLoss should have comment or be unexported
Open

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

comment on exported method FeaturesMapper.MapFeatures should be of the form "MapFeatures ..."
Open

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

exported function Cache should have comment or be unexported
Open

func Cache(a interface{}) *C.char {
Severity: Minor
Found in mx/capi/args.go by golint

don't use underscores in Go names; var in_sn should be inSn
Open

        in_sn, out_sn, aux_sn *C.uint
Severity: Minor
Found in mx/capi/capi.go by golint

don't use underscores in Go names; var in_sd should be inSd
Open

        in_sd, out_sd, aux_sd **C.uint
Severity: Minor
Found in mx/capi/capi.go by golint

exported function OptimizerUpdate should have comment or be unexported
Open

func OptimizerUpdate(op MxnetOp, params, grads, state1 NDArrayHandle, state2 NDArrayHandle, a ...interface{}) {
Severity: Minor
Found in mx/capi/capi.go by golint

exported function ToJson should have comment or be unexported
Open

func ToJson(sym SymbolHandle) []byte {
Severity: Minor
Found in mx/capi/capi.go by golint

exported type MxnetOp should have comment or be unexported
Open

type MxnetOp int
Severity: Minor
Found in mx/capi/enums.go by golint

comment on exported method Dimension.Total should be of the form "Total ..."
Open

// total elements in the whole array
Severity: Minor
Found in mx/dimension.go by golint

exported type Param should have comment or be unexported
Open

type Param struct {
Severity: Minor
Found in mx/graph.go by golint

exported type Graph should have comment or be unexported
Open

type Graph struct {
Severity: Minor
Found in mx/graph.go by golint

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

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

exported function Input should have comment or be unexported
Open

func Input(..._hidden_input_) *Symbol { return &Symbol{Op: OpInput_} }
Severity: Minor
Found in mx/symbol.go by golint

exported function Depend should have comment or be unexported
Open

func Depend(a ...*Symbol) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function Add should have comment or be unexported
Open

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

exported function Dot should have comment or be unexported
Open

func Dot(lv interface{}, rv interface{}) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint
Severity
Category
Status
Source
Language