File size: 100 Bytes
0b32ad6
 
 
 
1
2
3
4
5
from s3prl import hub

for _option in hub.options():
    globals()[_option] = getattr(hub, _option)