-
Notifications
You must be signed in to change notification settings - Fork 0
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
Question: Clarification on TASAR vs. Gumbeldore Dataset and Hyperparameter Configuration #1
Comments
Hi, In this repo, you can set the
The bold parts of the README highlight the differences to gumbeldore. Now, regarding your second question. I would suggest configuring them in jssp/config.py. The reproduce.py - file is meant more for a quick way (especially for reviewers) to confirm the reported results of the paper. If you only want to evaluate, but want more control, then I'd suggest setting the parameters in
I hope that this helps so far! Let me know if everything works as expected or you need more clarification / run into problems. 😃 All the best, |
Hi,
I’m currently exploring the evaluation process and wanted to test inference using the TASAR approach instead of beam search. However, I’m a bit confused about the distinction between the Gumbeldore dataset and TASAR itself. Could you please clarify how they differ and their respective roles?
Additionally, for evaluation hyperparameters, should I configure them in jssp/config.py or directly modify the variable values in reproduce.py?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: