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
For even moderately large models outputting all the weights is very time-consuming. It could be helpful for debugging purposes to have the ability to specify particular weights or layers in this callback to only dump those specific weights.
The text was updated successfully, but these errors were encountered:
Currently, the
DumpWeights
callback iterates through all the weights of a model and writes them to a specified directory.Implementation here:
lbann/src/callbacks/dump_weights.cpp
Line 285 in 9ca712c
For even moderately large models outputting all the weights is very time-consuming. It could be helpful for debugging purposes to have the ability to specify particular weights or layers in this callback to only dump those specific weights.
The text was updated successfully, but these errors were encountered: