go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported function Sequence should have comment or be unexported
Open

func Sequence(b ...Block) Block {
Severity: Minor
Found in block.go by golint

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

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

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 Uniform should have comment or be unexported
Open

type Uniform struct {
Severity: Minor
Found in inite.go by golint

exported method Model.Feed should have comment or be unexported
Open

func (e Model) Feed(ds model.Dataset) model.FatModel {
Severity: Minor
Found in model.go by golint

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

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

exported const WithArguments should have comment or be unexported
Open

const WithArguments = 1
Severity: Minor
Found in mx/capi/capi.go by golint

don't use underscores in Go names; var aux_sd should be auxSd
Open

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

exported type MxnetKey should have comment or be unexported
Open

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

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

func (c Context) Upgrade() Context {
Severity: Minor
Found in mx/context.go by golint

exported method Dimension.Skip should have comment or be unexported
Open

func (dim Dimension) Skip(n int) Dimension {
Severity: Minor
Found in mx/dimension.go by golint

exported type Loss should have comment or be unexported
Open

type Loss interface {
Severity: Minor
Found in mx/graph.go by golint

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

func (g *Graph) Backward() {
Severity: Minor
Found in mx/graph.go by golint

exported function GpuCount should have comment or be unexported
Open

func GpuCount() int {
Severity: Minor
Found in mx/mxnet.go by golint

exported function Tanh25 should have comment or be unexported
Open

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

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

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

exported type Adam should have comment or be unexported
Open

type Adam struct {
Severity: Minor
Found in adam.go by golint

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

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

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

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

exported type XavierFactor should have comment or be unexported
Open

type XavierFactor int
Severity: Minor
Found in inite.go by golint
Severity
Category
Status
Source
Language