hidehisa-arai
commited on
Commit
•
a48f6c3
1
Parent(s):
fd3a88e
debug
Browse files
configuration_japanese_clip.py
CHANGED
@@ -56,6 +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")
|
|
|
56 |
super().__init__(**kwargs)
|
57 |
|
58 |
self.max_length = max_length
|
59 |
+
import pdb
|
60 |
+
|
61 |
+
pdb.set_trace()
|
62 |
|
63 |
if "vision_config" not in kwargs:
|
64 |
raise ValueError("vision_config must be provided")
|