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
hello, thanks for sharing the code! I find that in both test.py and generate_predictions.py, there is a line from src.primitives import SaveParameters, but neither of them actually uses this moudule and to save the fitted primitive parameters in the subsequent code. Could you please supplement the relevant code to do so?
The text was updated successfully, but these errors were encountered:
hello, thanks for sharing the code! I find that in both test.py and generate_predictions.py, there is a line
from src.primitives import SaveParameters
, but neither of them actually uses this moudule and to save the fitted primitive parameters in the subsequent code. Could you please supplement the relevant code to do so?The text was updated successfully, but these errors were encountered: