go-ml-dev/nn

View on GitHub

Showing 365 of 365 total issues

exported function BatchNorm should have comment or be unexported
Open

func BatchNorm(a, gamma, beta, rmean, rvar *Symbol, mom, eps float32, useGlobalStats bool, axis ...int) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function SwapAxes should have comment or be unexported
Open

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

exported function Sin should have comment or be unexported
Open

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

exported function New should have comment or be unexported
Open

func New(context mx.Context, nn Block, inputdim mx.Dimension, loss mx.Loss, batchSize int, seed int) *Network {
Severity: Minor
Found in network.go by golint

exported function Load should have comment or be unexported
Open

func Load(context mx.Context, symbol, params iokit.Input, batchSize int) (*Network, error) {
Severity: Minor
Found in network.go by golint

exported function MeanXl should have comment or be unexported
Open

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

exported type Optimizer should have comment or be unexported
Open

type Optimizer interface {
Severity: Minor
Found in optimizer.go by golint

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

func (ly Output) Combine(a *mx.Symbol) *mx.Symbol {
Severity: Minor
Found in output.go by golint

exported function Conv should have comment or be unexported
Open

func Conv(a, weight, bias *Symbol, channels int, kernel, stride, padding Dimension, groups bool, layout string) *Symbol {
Severity: Minor
Found in mx/symbol.go by golint

exported function NewParamsReader should have comment or be unexported
Open

func NewParamsReader(input iokit.Input) (prd *ParamsReader, err error) {
Severity: Minor
Found in params.go by golint

exported function ZerosLike should have comment or be unexported
Open

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

exported method Network.LoadParams should have comment or be unexported
Open

func (network *Network) LoadParams(input iokit.Input, forced ...bool) (err error) {
Severity: Minor
Found in params.go by golint

exported function DefaultModelMap should have comment or be unexported
Open

func DefaultModelMap(network *Network, features []string, predicts string) model.MemorizeMap {
Severity: Minor
Found in train.go by golint

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

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

comment on exported function Dim should be of the form "Dim ..."
Open

// creates new dimension object
Severity: Minor
Found in mx/dimension.go by golint

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

func (a *NDArray) Xavier(gaussian bool, factor int, magnitude float32) *NDArray {
Severity: Minor
Found in mx/filler.go by golint

exported function LibVersion should have comment or be unexported
Open

func LibVersion() fu.VersionType {
Severity: Minor
Found in mx/mxnet.go by golint

exported type NDArray should have comment or be unexported
Open

type NDArray struct {
Severity: Minor
Found in mx/ndarray.go by golint

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

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

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

func (a *NDArray) Size() int {
Severity: Minor
Found in mx/ndarray.go by golint
Severity
Category
Status
Source
Language