guarin HF Staff commited on
Commit
ee319e4
·
verified ·
1 Parent(s): bb16540

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
- depth_decoder_activation="relu",
30
  semantic_loss_ignore_index=255,
31
  **kwargs,
32
  ):
 
26
  num_depth_bins=256,
27
  min_depth=1e-3,
28
  max_depth=10.0,
 
29
  semantic_loss_ignore_index=255,
30
  **kwargs,
31
  ):