mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-30 21:39:52 +03:00
Denoise a lack of a matrix in model
This commit is contained in:
parent
697c1a6bb1
commit
ff1d6bd309
@ -64,9 +64,6 @@ class NpzConverter {
|
||||
matrix.Resize(np.size1(), np.size2());
|
||||
mblas::copy(np.data(), np.data() + np.size(), matrix.begin());
|
||||
}
|
||||
else {
|
||||
std::cerr << "Missing " << key << std::endl;
|
||||
}
|
||||
return std::move(matrix);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user