rwth-i6 / pytorch-to-returnn

Make PyTorch code runnable within RETURNN
3 stars 6 forks source link

Use logging and verbosity levels for debug prints #17

Open albertz opened 3 years ago

albertz commented 3 years ago

Via #16.

E.g. for such print statements: print(f"*** {returnn_net.name}/{layer_name!r} layer dict: {layer_dict}").

We probably should use Python logging, and verbosity levels, such that this can be hidden when not debugging.