Skip to content

Question regarding value range (-1,1) #68

Answered by andsteing
LeoXinhaoLee asked this question in Q&A
Discussion options

You must be logged in to vote

We used value_range(-1,1) for most of our experiments, so you should use that same preprocessing when you use the models. If you use pre-trained models, you should check the original configuration (e.g. big_vision/configs/vit_i1k.py). If you train from scratch, it shouldn't make a difference whether you use value_range(-1,1) or vgg_value_range.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lucasb-eyer
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #37 on November 07, 2023 13:12.