Update modeling_interfuser.py
Browse files- modeling_interfuser.py +2 -2
modeling_interfuser.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
|
2 |
# -*- coding: utf-8 -*-
|
3 |
# This file contains all custom class definitions required to run the Interfuser model.
|
4 |
-
|
5 |
-
|
6 |
import sys
|
7 |
sys.path.append('/content/InterFuser')
|
8 |
import math
|
|
|
1 |
|
2 |
# -*- coding: utf-8 -*-
|
3 |
# This file contains all custom class definitions required to run the Interfuser model.
|
4 |
+
git clone https://github.com/opendilab/InterFuser.git
|
5 |
+
pip install timm
|
6 |
import sys
|
7 |
sys.path.append('/content/InterFuser')
|
8 |
import math
|