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
Hello,
I ran the code on GPU with 100 and 500 epochs using
th examples/facialkeypointdetector.lua --learningRate 0.1 --maxOutNorm 2 --cuda --useDevice 1 --batchSize 16 --channelSize '{96,96}' --kernelSize '{7,7}' --poolSize '{2,2}' --poolStride '{2,2}' --hiddenSize '{3000}' --maxEpoch 500 --maxTries 100 --accUpdate --normalInit --activation ReLU --submissionFile cnn1.csv
Why is the submission file cnn1.csv not showing any locations of the facialKeypoints? It is just showing 27124 numbers as the RowIds.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I ran the code on GPU with 100 and 500 epochs using
th examples/facialkeypointdetector.lua --learningRate 0.1 --maxOutNorm 2 --cuda --useDevice 1 --batchSize 16 --channelSize '{96,96}' --kernelSize '{7,7}' --poolSize '{2,2}' --poolStride '{2,2}' --hiddenSize '{3000}' --maxEpoch 500 --maxTries 100 --accUpdate --normalInit --activation ReLU --submissionFile cnn1.csv
Why is the submission file cnn1.csv not showing any locations of the facialKeypoints? It is just showing 27124 numbers as the RowIds.
The text was updated successfully, but these errors were encountered: