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
Thank you very much for your work and open source code. However, I found some of the code in script evolution.py that wasn't complete. For example, 'update_top_k' function was not implemented, 'self.keep_top_k[self.select_num]' was empty and 'cand = choice(self.keep_top_k[k])' raised an error . I am not sure if there's anything else to add. It takes a long time to run it again and report an error.
I really hope that you can provide a complete code that can run the results, thank you very much!
The text was updated successfully, but these errors were encountered:
Hi,
Thank you very much for your work and open source code. However, I found some of the code in script evolution.py that wasn't complete. For example, 'update_top_k' function was not implemented, 'self.keep_top_k[self.select_num]' was empty and 'cand = choice(self.keep_top_k[k])' raised an error . I am not sure if there's anything else to add. It takes a long time to run it again and report an error.
I really hope that you can provide a complete code that can run the results, thank you very much!
The text was updated successfully, but these errors were encountered: