go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported function BcastMul should have comment or be unexported
Open

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

exported function LogCosh should have comment or be unexported
Open

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

exported function Var should have comment or be unexported
Open

func Var(name string, opt ...interface{}) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function MakeLoss should have comment or be unexported
Open

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

exported function LogSoftmax should have comment or be unexported
Open

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

exported function Tanh should have comment or be unexported
Open

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

exported function ChannelSoftmax should have comment or be unexported
Open

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

exported function ObjectifyModel should have comment or be unexported
Open

func ObjectifyModel(c map[string]iokit.Input) (pm model.PredictionModel, err error) {
Severity: Minor
Found in model.go by golint

exported var GpuCount should have comment or be unexported
Open

var GpuCount int = 0
Severity: Minor
Found in mx/capi/capi.go by golint

exported type NDArrayHandle should have comment or be unexported
Open

type NDArrayHandle = C.NDArrayHandle
Severity: Minor
Found in mx/capi/capi.go by golint

exported type SymbolHandle should have comment or be unexported
Open

type SymbolHandle = C.SymbolHandle
Severity: Minor
Found in mx/capi/capi.go by golint

exported type ExecutorHandle should have comment or be unexported
Open

type ExecutorHandle = C.ExecutorHandle
Severity: Minor
Found in mx/capi/capi.go by golint

exported function NewSymbol should have comment or be unexported
Open

func NewSymbol(op MxnetOp, attr map[MxnetKey]string, a ...interface{}) SymbolHandle {
Severity: Minor
Found in mx/capi/capi.go by golint

exported function Backward should have comment or be unexported
Open

func Backward(exec ExecutorHandle) {
Severity: Minor
Found in mx/capi/capi.go by golint

const KeyLhs should be KeyLHS
Open

    KeyLhs
Severity: Minor
Found in mx/capi/enums.go by golint

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

func (dim Dimension) Slice() []int {
Severity: Minor
Found in mx/dimension.go by golint

exported type Dtype should have comment or be unexported
Open

type Dtype int
Severity: Minor
Found in mx/dtype.go by golint

exported function Or should have comment or be unexported
Open

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

exported function Value should have comment or be unexported
Open

func Value(name string, a ...float32) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function Group should have comment or be unexported
Open

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