openai / glow

Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
https://arxiv.org/abs/1807.03039
MIT License
3.11k stars 515 forks source link

Open MPI #99

Open andvalenzuela opened 4 years ago

andvalenzuela commented 4 years ago

Hi,

When training with CUDA_VISIBLE_DEVICES="0,1,2" mpiexec -n 3 python3 train.py --data_dir celeba-tfr --problem 'celeba' on 3GPUs I get the following warning:

**[[51353,1],1]: A high-performance Open MPI point-to-point messaging module was unable to find any relevant network interfaces:

Module: OpenFabrics (openib) Host: dev-vi-mltrain-01

Another transport will be used instead, although this may result in lower performance.

NOTE: You can disable this warning by setting the MCA parameter btl_base_warn_component_unused to 0.**

Does anyone know what it means and how to fix it?

Thank you in advance.