Commit 39151d49 authored by Paul's avatar Paul
Browse files

Make nhwc default

parent 9e084504
......@@ -15,7 +15,7 @@ struct loader
{
std::string file;
std::string type;
bool is_nhwc = false;
bool is_nhwc = true;
unsigned trim = 0;
void parse(argument_parser& ap)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment