guarin HF Staff commited on
Commit
d225435
·
verified ·
1 Parent(s): f5c840c

Remove image_encoder.py and update configuration_dpt.py

Browse files

Removes the unused image_encoder.py file and uploads configuration_dpt.py.

Files changed (1) hide show
  1. configuration_dpt.py +0 -1
configuration_dpt.py CHANGED
@@ -26,7 +26,6 @@ class TIPSv2DPTConfig(PretrainedConfig):
26
  num_depth_bins=256,
27
  min_depth=1e-3,
28
  max_depth=10.0,
29
- semantic_loss_ignore_index=255,
30
  **kwargs,
31
  ):
32
  super().__init__(**kwargs)
 
26
  num_depth_bins=256,
27
  min_depth=1e-3,
28
  max_depth=10.0,
 
29
  **kwargs,
30
  ):
31
  super().__init__(**kwargs)