KennyFu1997
Results
2
issues of
KennyFu1997
Hello, `big_vision` team! Thanks for your work on the repository. I trained FlexiVit-B on a fine-grained dataset CUB-200-2011 using pretrained weights from in21k, on a fixed resolution, say 480r, but...
Hello, `big_vision` team! Thanks for your work on the repository. I found two small typo in the flexivit code: line 194 restored_params = utils.load_params(None, init_file) ==> restored_params = utils.load_params(init_file) line...