FredZhang7
commited on
Commit
•
d0b4c6b
1
Parent(s):
86d6675
Upload model
Browse files
Config.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
from transformers import PretrainedConfig
|
2 |
from typing import List
|
|
|
|
|
3 |
|
4 |
class InceptionV3Config(PretrainedConfig):
|
5 |
model_type = "inceptionv3"
|
|
|
1 |
from transformers import PretrainedConfig
|
2 |
from typing import List
|
3 |
+
import warnings
|
4 |
+
warnings.filterwarnings("ignore")
|
5 |
|
6 |
class InceptionV3Config(PretrainedConfig):
|
7 |
model_type = "inceptionv3"
|