Skip to content

Commit afdd708

Browse files
committed
pep8
1 parent 3ed541c commit afdd708

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

preprocessors/depth-map-gen/depth-map-generator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ def health():
225225
@app.route("/warmup", methods=["GET"])
226226
def warmup():
227227
try:
228-
logging.pii("[WARMUP] Initializing RelDepthModel with resnext101 backbone and loading weights from /app/res101.pth")
228+
logging.pii("[WARMUP] Initializing RelDepthModel with resnext101 \
229+
and loading weights from /app/res101.pth")
229230
model = RelDepthModel(backbone='resnext101').eval().cuda()
230231
model.load_state_dict(
231232
strip_prefix_if_present(

0 commit comments

Comments
 (0)