Menu

Deep learning for NeuroImaging in Python.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

surfify.utils.debug_msg(name, tensor)[source]ΒΆ

Format a debug message.

Parameters:

name : str

the tensor name in the displayed message.

tensor : Tensor

a pytorch tensor.

Returns:

msg : str

the formated debug message.

Follow us

© 2025, nidl developers