We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Below two lines are in feather/test_txt.cpp size_t input_size = 224 * 2224 * 3 ; float *input = new float[input_size * 20];
The text was updated successfully, but these errors were encountered:
Input_size should be 224 * 224 * 3, it has been fixed.
The test program can take several lines of 224 * 224 * 3 floats as its input, here we set it to be 20. You can modify it as you want.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: