go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported type Convolution should have comment or be unexported
Open

type Convolution struct {
Severity: Minor
Found in conv.go by golint

exported type Xavier should have comment or be unexported
Open

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

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

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

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

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

exported function LuckyObjectify should have comment or be unexported
Open

func LuckyObjectify(source iokit.Input, collection ...string) model.GpuPredictionModel {
Severity: Minor
Found in model.go by golint

exported function ReleaseNDArry should have comment or be unexported
Open

func ReleaseNDArry(handle NDArrayHandle) {
Severity: Minor
Found in mx/capi/capi.go by golint

exported const WithoutOutput should have comment or be unexported
Open

const WithoutOutput = 8
Severity: Minor
Found in mx/capi/capi.go by golint

don't use underscores in Go names; var out_ss should be outSs
Open

        in_ss, out_ss, aux_ss C.uint
Severity: Minor
Found in mx/capi/capi.go by golint

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

// check array dimension
Severity: Minor
Found in mx/dimension.go by golint

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

// sizeof whole array data
Severity: Minor
Found in mx/dimension.go by golint

method NextSymbolId should be NextSymbolID
Open

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

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

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

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

func (c Context) Array(tp Dtype, d Dimension, vals ...interface{}) *NDArray {
Severity: Minor
Found in mx/ndarray.go by golint

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

func (a *NDArray) Raw() []byte {
Severity: Minor
Found in mx/ndarray.go by golint

exported function AdamUpdate should have comment or be unexported
Open

func AdamUpdate(params, grads, mean, variance *NDArray, lr, beta1, beta2, epsilon, wd float64) {
Severity: Minor
Found in mx/optimizer.go by golint

don't use underscores in Go names; const OpNogVar_ should be OpNogVar
Open

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

don't use underscores in Go names; const OpOutput_ should be OpOutput
Open

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

exported function Mul should have comment or be unexported
Open

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

exported function BcastDiv should have comment or be unexported
Open

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

exported function SumNan should have comment or be unexported
Open

func SumNan(a *Symbol, axis ...int) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint
Severity
Category
Status
Source
Language