go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported method Summary.Print should have comment or be unexported
Open

func (sry Summary) Print(out func(string)) {
Severity: Minor
Found in mx/summary.go by golint

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

    XavierIn  XavierFactor = 1
Severity: Minor
Found in inite.go by golint

exported function SymbolCast should have comment or be unexported
Open

func SymbolCast(i interface{}) (*Symbol, error) {
Severity: Minor
Found in mx/symbol.go by golint

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

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

exported type SoftmaxCrossEntropyLoss should have comment or be unexported
Open

type SoftmaxCrossEntropyLoss struct{}
Severity: Minor
Found in loss.go by golint

exported function Sub should have comment or be unexported
Open

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

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

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

exported function Greater should have comment or be unexported
Open

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

exported const ModelPartSymbol should have comment or be unexported
Open

const ModelPartSymbol = "symbol.bin.xz"
Severity: Minor
Found in memorize.go by golint

exported function Objectify should have comment or be unexported
Open

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

exported function GetOutputs should have comment or be unexported
Open

func GetOutputs(exec ExecutorHandle) []NDArrayInfo {
Severity: Minor
Found in mx/capi/capi.go by golint

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

    NullContext Context = 0
Severity: Minor
Found in mx/context.go by golint

exported function BcastSub should have comment or be unexported
Open

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

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

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

exported function Link should have comment or be unexported
Open

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

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

    DimRow    = 0
Severity: Minor
Found in mx/dimension.go by golint

exported function Ref should have comment or be unexported
Open

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

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

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

exported function BlockGrad should have comment or be unexported
Open

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

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

func (g *Graph) GetShapes(withLoss bool) map[string][]int {
Severity: Minor
Found in mx/graph.go by golint
Severity
Category
Status
Source
Language