go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported function Minus should have comment or be unexported
Open

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

exported function SoftmaxActivation should have comment or be unexported
Open

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

exported function SumXl should have comment or be unexported
Open

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

exported type Activation should have comment or be unexported
Open

type Activation struct {
Severity: Minor
Found in activation.go by golint

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

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

exported type BlockConnect should have comment or be unexported
Open

type BlockConnect struct {
Severity: Minor
Found in block.go by golint

exported function GetNDArrayRawData should have comment or be unexported
Open

func GetNDArrayRawData(handle NDArrayHandle, p unsafe.Pointer, len int) {
Severity: Minor
Found in mx/capi/capi.go by golint

don't use underscores in Go names; var out_sn should be outSn
Open

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

exported function GetInternals should have comment or be unexported
Open

func GetInternals(s SymbolHandle) SymbolHandle {
Severity: Minor
Found in mx/capi/capi.go by golint

exported const OpEmpty should have comment (or a comment on this block) or be unexported
Open

    OpEmpty MxnetOp = iota
Severity: Minor
Found in mx/capi/enums.go by golint

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

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

exported function Cosh should have comment or be unexported
Open

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

exported function Residual should have comment or be unexported
Open

func Residual(a ...Block) Block {
Severity: Minor
Found in block.go by golint

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

func (rcb *ResidualBlock) Combine(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in block.go by golint

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

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

exported type Dropout should have comment or be unexported
Open

type Dropout struct {
Severity: Minor
Found in dropout.go by golint

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

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

exported const ModelPartSummary should have comment or be unexported
Open

const ModelPartSummary = "summary.txt"
Severity: Minor
Found in memorize.go by golint

exported function Fillargs should have comment or be unexported
Open

func Fillargs(keys []*C.char, vals []*C.char, ap []interface{}) int {
Severity: Minor
Found in mx/capi/args.go by golint

exported function ReleaseExecutor should have comment or be unexported
Open

func ReleaseExecutor(handle ExecutorHandle) {
Severity: Minor
Found in mx/capi/capi.go by golint
Severity
Category
Status
Source
Language