Jamesgender

Results 7 comments of Jamesgender

Hello, can you tell me where are the training weights? I cant find them while training.

Sorry, I mean the training weights not pretained weights. The common situation is that when you finished one epoch, the model evaluates on the val dataset and saves a weight....

Oh, I know my mistake. The first epoch is epoch1 rather than epoch0. So the model actually have not finished 1 epoch and saved weights. Thanks for your timely reply.

I trained one epoch and got similar results to yours. Then the training was interrupted. ![image](https://github.com/ArminMasoumian/GCNDepth/assets/135774928/45b8c71a-eeab-4478-bb0f-013528be96b2) The first epoch's loss seems to be abnormal. When I trained MonoDepth2, the loss...

> > 我训练了一个纪元,得到了与你相似的结果。然后训练被打断了。 ![图像](https://private-user-images.githubusercontent.com/135774928/284103324-45b8c71a-eeab-4478-bb0f-013528be96b2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDIyNTc1MzAsIm5iZiI6MTcwMjI1NzIzMCwicGF0aCI6Ii8xMzU3NzQ5MjgvMjg0MTAzMzI0LTQ1YjhjNzFhLWVlYWItNDQ3OC1iYjBmLTAxMzUyOGJlOTZiMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBSVdOSllBWDRDU1ZFSDUzQSUyRjIwMjMxMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDIzMTIxMVQwMTEzNTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00OTNmMmYzM2Q5NzlmOTA0ODMyY2MxYTQ1ZWRmYjMyNTcyYmQ5Y2I4MjNmNmU5MDgyYzY1Y2FkNmViYjkzMTYyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.OJcUg56QYDE6W9vPogdblCwcU9WnRlKSz7bV0SBnWZI)第一个纪元的损失似乎是不正常的。当我训练 MonoDepth2 时,损失迅速下降。你有没有遇到过同样的问题? > > May I ask if you have successfully reproduced this project. In the process of reproduction,the evaluation results of the model after training...

> Actually the EPE is not designed by author, it is a common index just like RMSE. In original Paper, the author writes"Training loss we use the endpoint error the...