mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-03 20:13:47 +03:00
don't call testArgMax()
This commit is contained in:
parent
732bb9fa7a
commit
3c34287549
@ -17,7 +17,7 @@ string output(const std::vector<float> &vec)
|
||||
return strm.str();
|
||||
}
|
||||
|
||||
void temp()
|
||||
void testArgMax()
|
||||
{
|
||||
using namespace std;
|
||||
using namespace marian;
|
||||
@ -47,7 +47,7 @@ void temp()
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
int main(int argc, char** argv) {
|
||||
temp();
|
||||
//testArgMax();
|
||||
|
||||
using namespace std;
|
||||
using namespace marian;
|
||||
|
Loading…
Reference in New Issue
Block a user