princeton-vl / DPVO

Deep Patch Visual Odometry/SLAM
MIT License
608 stars 71 forks source link

Scheduler issue during training #55

Open MaxKravchuk opened 3 months ago

MaxKravchuk commented 3 months ago

Hi! I am trying to train the model using the python train.py --steps=240000 --lr=0.00008 --name=<your name> command, but for the steps parameter I use 10000 instead of 240000. Toward the end of the process, this error appears: image

Does somebody have the same issue?