When following the README instructions for training under the Run the Setup Script (step 3), I run the command python setup_max_model_training.py max-recommender-training-config.yaml and receive an error
Traceback (most recent call last): File "setup_max_model_training.py", line 21, in <module> from max_training_framework.wml_setup import do_setup ImportError: No module named max_training_framework.wml_setup
I did not find this setup file in the repository either
When following the README instructions for training under the Run the Setup Script (step 3), I run the command
python setup_max_model_training.py max-recommender-training-config.yamland receive an errorTraceback (most recent call last): File "setup_max_model_training.py", line 21, in <module> from max_training_framework.wml_setup import do_setup ImportError: No module named max_training_framework.wml_setupI did not find this setup file in the repository either