angetato / Optimizers-for-Tensorflow

Adam, NAdam and AAdam optimizers
22 stars 6 forks source link

is AADAM suited for Self driving cars context ? #1

Open Oussamab21 opened 6 years ago

Oussamab21 commented 6 years ago

I am working on avod method for self driving cars using deep learning https://github.com/kujason/avod

I tried aadam , aadam1 and aadam2 and all of them perform worst then adam

what do you think the reason would be ?

angetato commented 6 years ago

Interesting ! I tried it on images and textual data only. The reason might be related to the type of data. Of course there exist some exceptions to the proposed methods ... I am working on specifications about that. I will try with your dataset ... Thanks for the comment

Oussamab21 commented 6 years ago

You are welcome, please tell me what result you will get by the end

angetato commented 5 years ago

@Oussamab21 Did you try the new versions? they are available here. Let me know. Thanks.