-
Notifications
You must be signed in to change notification settings - Fork 11
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
ModuleNotFoundError: No module named 'scaleoutbridge'. #12
Comments
There two .py files in common .
The changes made are as follows In fit.py from mlperf_common.scaleoutbridge import init_bridge,ScaleoutBridgeBase as SBridge Then we have change the sbridge initialization also as follows:- sbridge = init_bridge(MXNetProfilerHandler(), MPICommunicationHandler(), mllogger) Alternative way /another way there is another way to bypass the scaleoutbridge error. There is a scaleoutbridge.py is at the location training_results_v3.1/Fujitsu/benchmarks/resnet/implementations/mxnet Here is the url to find that :- training_results_v3.1/Fujitsu/benchmarks/resnet/implementations/mxnet/scaleoutbridge.py Line 40 in 5b62935
Creating a scaleoutbridge.py file at the location |
Alternatively, you can just grab the missing file from here https://github.com/mlcommons/training_results_v4.0/blob/main/NVIDIA/benchmarks/resnet/implementations/eos_n8_ngc24.04_mxnet/scaleoutbridge.py |
When I tried "training_results_v3.1/NVIDIA/benchmarks/resnet/implementations/mxnet", I run cmdline [ CONT="mlperf-nvidia:image_classification-mxnet" DATADIR=/test/training_results_v3.1/NVIDIA/benchmarks/resnet/implementations/run_dir/dataset/preprocessed_data bash ./run_with_docker.s], I just encountered the error: “ModuleNotFoundError: No module named 'scaleoutbridge'”. where can I find the 'scleoutbridge' module?
The text was updated successfully, but these errors were encountered: