Bug Report.
Closed this issue · 2 comments
rocky-lq commented
Line 372 in a133ecc
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'.
It should return a string in
print_trainable_parameters
function.terryyz commented
Hi,
Thanks for the note! I'll change the return type of print_trainable_parameters
to string.
Cheers
terryyz commented
Fixed.