Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not reproduce the search result on PTB dataset (Fig3)? #155

Open
fortunechen opened this issue Feb 20, 2021 · 5 comments
Open

Can not reproduce the search result on PTB dataset (Fig3)? #155

fortunechen opened this issue Feb 20, 2021 · 5 comments

Comments

@fortunechen
Copy link

fortunechen commented Feb 20, 2021

Hi, everyone.

I try to reproduce the model search performance in Fig 3 on PTB dataset. Becauce it tells us as searching time growing, the searched model will be improved.

Fig3

I run the train_search.py code 4 times with different random seed. Then I get the result below. The x-axis denotes how many gpu hours I trained to get the model and y-axis denotes the performance of searched model after training for 300 epoch. Except for neccssacy changes to run the code successfully on pytorch1.7 +cuda 11.. I didn't change any code in original code.

The result shows below, we can see that as searching time grows, the searched model will NOT be improved.

my reproduce

@fortunechen
Copy link
Author

Here is the code I used darts-rnn with pytorch1.7+cuda11.0

@fortunechen
Copy link
Author

I will try reproduce the result on pytorch 0.3.1 again.

@chaoji90
Copy link

Empirically, darts search time and performance are often inversely proportional and the early stop is usually inevitable.

@fortunechen
Copy link
Author

Empirically, darts search time and performance are often inversely proportional and the early stop is usually inevitable.

I agree so. However the total search time is the same as the paper(50 epochs). and the preformace is much lower than the author's.

@fortunechen
Copy link
Author

fortunechen commented Feb 24, 2021

I will try reproduce the result on pytorch 0.3.1 again.

Here is the result without any modification of original code.

result_origin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants