File size: 420 Bytes
5e88f62
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Do not reorder this
from . import log
from . import data
from . import environment
from . import extras
from . import grid
from . import visualisation
from . import random_state


## have to keep it because it's here:
# https://github.com/facebookresearch/dino/blob/cb711401860da580817918b9167ed73e3eef3dcf/vision_transformer.py#L24
## otherwise torch.hub.load(dino) will throw error
from .extras import trunc_normal_