optimass / continual_learning_papers

Relevant papers in Continual Learning
705 stars 81 forks source link

Added 2 papers #10

Closed tdiethe closed 4 years ago

tdiethe commented 4 years ago

Both Amazon papers from the NeurIPS 2018 Continual Learning workshop

TLESORT commented 4 years ago

Hi, thanks for your contribution :) The md file is generated automatically from the bibtex file by running (python 3.6) in the main directory:

python scripts/bibtex_to_md.py 

Therefore you should modify only the bibtexfile and generate md file with the script and not manually (I will make the process clear in the main readme). If you wish to add the paper to a specific category, you should add some keywords in the bib entry. You should probably also add the url manually in the bib entry. I hope I explained it clearly, I will make a readme file in the script repo to explain :) Chears Timothée

TLESORT commented 4 years ago

I have put the process here: https://github.com/optimass/continual_learning_papers/blob/master/scripts/README.md

tdiethe commented 4 years ago

Ah sorry will fix

tdiethe commented 4 years ago

I got the error "Entry type software not standard. Not considered." for one of the entries already there - did you do anything special to run the script?

On Sun, 3 May 2020 at 11:23, TLESORT notifications@github.com wrote:

Hi, thanks for your contribution :) The md file is generated automatically from the bibtex file by running in the main directory:

python scripts/bibtex_to_md.py

Therefore you should modify only the bibtexfile and generate md file with the script and not manually (I will make the process clear in the main readme). If you wish to add the paper to a specific category, you should add some keywords in the bib entry. You should probably also add the url manually in the bib entry. I hope I explained it clearly, I will make a readme file in the script repo to explain :) Chears Timothée

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/optimass/continual_learning_papers/pull/10#issuecomment-623087532, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIPEIEBDCB5CZVSWBMRGY3RPVAYXANCNFSM4MYB57HQ .

tdiethe commented 4 years ago

Ok should all be fixed now. I note that the entry on line 1237: https://github.com/tdiethe/continual_learning_papers/blob/96431313853b600ad6115dfe0620969f0d642b9e/bibtex.bib#L1237 still doesn't appear - not sure if this is due to the parser dropping unknown bib types or because it's not categorized?

TLESORT commented 4 years ago

Thanks a lot for fixing Ruvolo13 and Lesort19Data Entries! I had previously the message "Entry type software not standard. Not considered." but I thought it was not breaking anything :)