def print0()

in sparse_autoencoder/train.py [0:0]


def print0(*a, **k):
    if RANK == 0:
        print(*a, **k)