Skip to content
New issue

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

Propose README #18

Open
CarlosNacher opened this issue Aug 19, 2022 · 1 comment
Open

Propose README #18

CarlosNacher opened this issue Aug 19, 2022 · 1 comment

Comments

@CarlosNacher
Copy link

Hi ZFTurbo,

It is very important to realize that backbones expects inputs between 0, 255. So I think that is a good idea to specify it in the README.md file, for avoid unexpected behaviour.

I noticed this because if I didn't use Batch Normalization and I used RESNET, when my data was in the range 0, 1, as RESNET subtracts the average (which is around 120), all the data stayed at -120.something and the network didn't learn anything. If you use batchnormalization this is solved because it re-normalizes the batch, but if you don't use it the nets won't train.

@Nexer8
Copy link

Nexer8 commented Dec 9, 2022

@CarlosNacher, I was looking for a training example, but this repo lacks that. Could you provide me with one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants