runtime error

Exit code: 1. Reason: erReviewWarning: The feature generate_power_seq is currently marked under review. The compatibility with other Lightning projects is not guaranteed and API may change at any time. The API and functionality may change without warning in future releases. More details: https://lightning-bolts.readthedocs.io/en/latest/stability.html "lr_options": generate_power_seq(LEARNING_RATE_CIFAR, 11), /usr/local/lib/python3.10/site-packages/pl_bolts/models/self_supervised/amdim/amdim_module.py:92: UnderReviewWarning: The feature FeatureMapContrastiveTask is currently marked under review. The compatibility with other Lightning projects is not guaranteed and API may change at any time. The API and functionality may change without warning in future releases. More details: https://lightning-bolts.readthedocs.io/en/latest/stability.html contrastive_task: Union[FeatureMapContrastiveTask] = FeatureMapContrastiveTask("01, 02, 11"), /usr/local/lib/python3.10/site-packages/pl_bolts/losses/self_supervised_learning.py:228: UnderReviewWarning: The feature AmdimNCELoss is currently marked under review. The compatibility with other Lightning projects is not guaranteed and API may change at any time. The API and functionality may change without warning in future releases. More details: https://lightning-bolts.readthedocs.io/en/latest/stability.html self.nce_loss = AmdimNCELoss(tclip) Traceback (most recent call last): File "/home/user/app/fast3r/viz/demo.py", line 26, in <module> from fast3r.viz.viser_visualizer import start_visualization File "/home/user/app/fast3r/viz/viser_visualizer.py", line 20, in <module> from fast3r.models.multiview_dust3r_module import MultiViewDUSt3RLitModule File "/home/user/app/fast3r/models/multiview_dust3r_module.py", line 21, in <module> from fast3r.eval.cam_pose_metric import camera_to_rel_deg, calculate_auc File "/home/user/app/fast3r/eval/cam_pose_metric.py", line 14, in <module> from pytorch3d.transforms import so3_relative_angle ModuleNotFoundError: No module named 'pytorch3d'

Container logs:

Fetching error logs...