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
In train.py, between line 54 and 69,
ASL/train.py
Lines 54 to 69 in 7068ff0
It says that
#normalize, # no need, toTensor does normalization
I have different thought. To Tensor scales images to (0, 1) while normalization to (-1, 1). This should be different.
I do not test for this. Please Check it.
Thank you. :)
The text was updated successfully, but these errors were encountered:
And another question,
If so, why you guys don't use normalization?
The reason ask this is that my f1-score shows 10% differences at most when I use normalization with your code with ResNet50
Sorry, something went wrong.
No branches or pull requests
In train.py, between line 54 and 69,
ASL/train.py
Lines 54 to 69 in 7068ff0
It says that
I have different thought. To Tensor scales images to (0, 1) while normalization to (-1, 1).
This should be different.
I do not test for this. Please Check it.
Thank you. :)
The text was updated successfully, but these errors were encountered: