Open yvfengZhong opened 2 months ago
Specifically, when the code reaches https://github.com/allenai/spoc-robot-training/blob/1efeeaa8f862f7791712c42fddd7d3df7ced3d14/online_evaluation/online_evaluator_worker.py#L484, it unexpectedly jumps to https://github.com/allenai/spoc-robot-training/blob/1efeeaa8f862f7791712c42fddd7d3df7ced3d14/online_evaluation/online_evaluator.py#L531 instead of continuing to https://github.com/allenai/spoc-robot-training/blob/1efeeaa8f862f7791712c42fddd7d3df7ced3d14/online_evaluation/online_evaluator_worker.py#L503.
Additionally, the variable new_found_results
remains 0 throughout, which might be related to the issue.
Hello, can you download the pre-trained model? If possible, can you share it? I can’t seem to download it here. Thank you
Hello,
I've encountered an issue while trying to run the
scripts/evaluate_pretrained_model.sh
script as instructed in theTRAINING_README.md
file.However, the script seems to be stuck and continuously outputs the following message:
Rate 0.000 tasks/s, ETA 5555555.556 hours
This appears to indicate that the script is not processing any tasks. I would appreciate any guidance on how to resolve this issue. Thank you for your help!