зеркало из https://github.com/microsoft/EdgeML.git
Merge branch 'master' of https://github.com/microsoft/EdgeML into modelTraining
This commit is contained in:
Коммит
74b127d19f
|
@ -312,7 +312,7 @@ void Data::feedDenseData(const DenseDataPoint& point)
|
|||
void Data::feedSparseData(const SparseDataPoint& point)
|
||||
{
|
||||
assert(ingestType == InterfaceIngest);
|
||||
assert(isDataLoaded == false);
|
||||
assert(!isDataLoaded);
|
||||
|
||||
for (featureCount_t id = 0; id < point.numIndices; id = id + 1) {
|
||||
assert(point.indices[id] < formatParams.dimension);
|
||||
|
|
Двоичные данные
docs/publications/ICane-UIST19.pdf
Двоичные данные
docs/publications/ICane-UIST19.pdf
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче