This commit is contained in:
Lane Schwartz 2016-09-16 18:28:18 +02:00
commit 6b7ced99d3

View File

@ -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;