refactor: implement context based progress tracker #1145
Annotations
10 errors and 2 warnings
base/search/hnsw.go#L132
cannot use len(h.vectors) (value of type int) as int64 value in argument to progress.Start
|
base/search/hnsw.go#L145
cannot use throughput (variable of type int) as int64 value in argument to span.Add
|
base/search/hnsw.go#L368
cannot use trials (variable of type int) as int64 value in argument to progress.Start
|
model/ranking/model.go#L423
cannot use bpr.nEpochs (variable of type int) as int64 value in argument to progress.Start
|
model/ranking/model.go#L739
cannot use ccd.nEpochs (variable of type int) as int64 value in argument to progress.Start
|
model/ranking/search.go#L67
cannot use total (variable of type int) as int64 value in argument to progress.Start
|
model/ranking/search.go#L70
span.Count undefined (type *progress.Span has no field or method Count)
|
model/ranking/search.go#L113
cannot use numTrials (variable of type int) as int64 value in argument to progress.Start
|
model/click/deepfm.go#L190
cannot use fm.nEpochs * trainSet.Count() (value of type int) as int64 value in argument to progress.Start
|
model/click/deepfm.go#L206
cannot use mathutil.Min(fm.batchSize, trainSet.Count() - i) (value of type int) as int64 value in argument to span.Add
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading