You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I've tested a few of your implementation and compared the results with original papers. but the results were not even close to the original ones. It will be good to have a section which we can see your implementation results on benchmark datasets(PASCAL VOC, Cityscapes). so we will know if we are doing something wrong or not!
thanks @qubvel
The text was updated successfully, but these errors were encountered:
Hi @ali-masoudi
I am not going for now train models with such datasets
Final results depends on a lot of different factors:
model architecture
image preprocessing
data sampling
training hyperparams like optimizer, lr sheduling, losses
etc.
Even if you will have this params described in paper this will not guarantee to reproduce result.
I am not concentrated on training pipeline. I would like to give you an easy tool with flexibility to build your own model for you experiments. That is why there are a lot of parameters that can be passed while model initialization.
If you have a goal to reproduce result, I would be happy to answer your questions regarding models architectures. May be you will be able to find best params or bugs in architectures, please let me know opening an issue or creating a PR.
Hi
I've tested a few of your implementation and compared the results with original papers. but the results were not even close to the original ones. It will be good to have a section which we can see your implementation results on benchmark datasets(PASCAL VOC, Cityscapes). so we will know if we are doing something wrong or not!
thanks
@qubvel
The text was updated successfully, but these errors were encountered: