dontLoveBugs / FCRN_pytorch

Pytorch Implementation of Deeper Depth Prediction with Fully Convolutional Residual Networks
64 stars 15 forks source link

Update optimizer for depth prediction #12

Closed mason-albert closed 1 year ago

mason-albert commented 1 year ago

Changed optimizer from SGD to Adam, with same learning rate, weight decay, default betas.

Run with "python main.py --dataset nyu"