Commit
·
74440d3
1
Parent(s):
45d251e
debug
Browse files
configuration_japanese_clip.py
CHANGED
@@ -56,7 +56,9 @@ class JapaneseCLIPConfig(PretrainedConfig):
|
|
56 |
super().__init__(**kwargs)
|
57 |
|
58 |
self.max_length = max_length
|
|
|
59 |
|
|
|
60 |
if "vision_config" not in kwargs:
|
61 |
raise ValueError("vision_config must be provided")
|
62 |
if "text_config" not in kwargs:
|
|
|
56 |
super().__init__(**kwargs)
|
57 |
|
58 |
self.max_length = max_length
|
59 |
+
import pdb
|
60 |
|
61 |
+
pdb.set_trace()
|
62 |
if "vision_config" not in kwargs:
|
63 |
raise ValueError("vision_config must be provided")
|
64 |
if "text_config" not in kwargs:
|