From 599ca79a038940b31d2d2219873b8a2d9ece7d18 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 5 Oct 2024 00:56:04 +0900 Subject: [PATCH] chore: update depth_pro.py convoultion -> convolution --- src/depth_pro/depth_pro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/depth_pro/depth_pro.py b/src/depth_pro/depth_pro.py index bff2a68..f31b4e1 100644 --- a/src/depth_pro/depth_pro.py +++ b/src/depth_pro/depth_pro.py @@ -203,7 +203,7 @@ def __init__( nn.ReLU(), ) - # Set the final convoultion layer's bias to be 0. + # Set the final convolution layer's bias to be 0. self.head[4].bias.data.fill_(0) # Set the FOV estimation head.