go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

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

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

exported type FullyConnected should have comment or be unexported
Open

type FullyConnected struct {
Severity: Minor
Found in dense.go by golint

exported method CrossEntropyLoss.Loss should have comment or be unexported
Open

func (loss CrossEntropyLoss) Loss(out *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in loss.go by golint

exported const OutputNames should have comment or be unexported
Open

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

exported function RandomSeed should have comment or be unexported
Open

func RandomSeed(seed int) {
Severity: Minor
Found in mx/capi/capi.go by golint

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

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

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

func (a *NDArray) Uniform(low float32, high float32) *NDArray {
Severity: Minor
Found in mx/filler.go by golint

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

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

exported const Version should have comment or be unexported
Open

const Version fu.VersionType = VersionMajor*10000 + VersionMinor*100 + VersionPatch
Severity: Minor
Found in mx/mxnet.go by golint

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

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

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

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

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

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

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

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

exported type SummryArg should have comment or be unexported
Open

type SummryArg struct {
Severity: Minor
Found in mx/summary.go by golint

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

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

don't use underscores in Go names; const OpScalar_ should be OpScalar
Open

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

don't use underscores in Go names; const OpGroup_ should be OpGroup
Open

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

exported function Lesser should have comment or be unexported
Open

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

exported function Mean should have comment or be unexported
Open

func Mean(a *Symbol, axis ...int) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported method Adam.Init should have comment or be unexported
Open

func (opt Adam) Init(e int) Optimizer {
Severity: Minor
Found in adam.go by golint
Severity
Category
Status
Source
Language