Open hayoung-jeremy opened 8 months ago
I've checked SingleImageDataModuleConfig
class from image.py
, and there is no n_val_views
declared.
It seems not availble for Multi GPU training, right?
class SingleImageDataModuleConfig:
# height and width should be Union[int, List[int]]
# but OmegaConf does not support Union of containers
height: Any = 96
width: Any = 96
resolution_milestones: List[int] = field(default_factory=lambda: [])
default_elevation_deg: float = 0.0
default_azimuth_deg: float = -180.0
default_camera_distance: float = 1.2
default_fovy_deg: float = 60.0
image_path: str = ""
use_random_camera: bool = True
random_camera: dict = field(default_factory=dict)
rays_noise_scale: float = 2e-3
batch_size: int = 1
requires_depth: bool = False
requires_normal: bool = False
rays_d_normalize: bool = True
use_mixed_camera_config: bool = False
summary
reproduction of the error
error happens when running following command :
the error message :