Update modeling_hiera.py
Browse files- modeling_hiera.py +4 -0
modeling_hiera.py
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
""" PyTorch Hiera Transformer model."""
|
|
|
|
|
|
|
|
|
2 |
|
3 |
import collections.abc
|
4 |
import math
|
|
|
1 |
""" PyTorch Hiera Transformer model."""
|
2 |
+
# references
|
3 |
+
# - https://github.com/facebookresearch/hiera/blob/main/hiera/hiera.py
|
4 |
+
# - https://github.com/facebookresearch/hiera/blob/main/hiera/hiera_utils.py
|
5 |
+
|
6 |
|
7 |
import collections.abc
|
8 |
import math
|