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
At NVIDIA/benchmarks/unet3d/implementations/mxnet-preview,
mlperf_logger.py file is missing - so an error "mlperf_logger is not found" is produced.
when you build a Dockerfile and run a container, it will produce an error message such as "np.int is deprecated" or "np.bool" is deprecated. The version of numpy should be lower than 1.24.0(not exact. or maybe 1.23.3) at which not supporting such aliases of builtin types.
Solutions
Copy and paste mlperf_logger.py from NVIDIA/benchmarks/unet3d/implementations/mxnet-22.04/mlperf_logger.py
Set numpy version as 1.23.1 at which it supports aliases of builtin types. It can be done by editting Dockerfile or reinstalling it in a container.
The text was updated successfully, but these errors were encountered:
kcoms555
added a commit
to kcoms555/training_results_v2.1
that referenced
this issue
Jun 15, 2023
Problems
At
NVIDIA/benchmarks/unet3d/implementations/mxnet-preview
,numpy
should be lower than 1.24.0(not exact. or maybe 1.23.3) at which not supporting such aliases of builtin types.Solutions
The text was updated successfully, but these errors were encountered: