iTPN icon indicating copy to clipboard operation
iTPN copied to clipboard

Integrally Pre-Trained Transformer Pyramid Networks

Results 11 iTPN issues
Sort by recently updated
recently updated
newest added

Good job! I notice this poject rescale `layer_decay` using ` layer_decay = layer_decay ** (13 / num_layers) ` I wonder why doing this? In fact, we can directly set the...