mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-04 14:04:24 +03:00
Merge branch 'master' of https://github.com/emjotde/Marian
This commit is contained in:
commit
6b7ced99d3
@ -17,7 +17,7 @@ string output(const std::vector<float> &vec)
|
|||||||
return strm.str();
|
return strm.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
void temp()
|
void testArgMax()
|
||||||
{
|
{
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace marian;
|
using namespace marian;
|
||||||
@ -47,7 +47,7 @@ void temp()
|
|||||||
|
|
||||||
///////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////
|
||||||
int main(int argc, char** argv) {
|
int main(int argc, char** argv) {
|
||||||
temp();
|
//testArgMax();
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace marian;
|
using namespace marian;
|
||||||
|
Loading…
Reference in New Issue
Block a user