bigcode-project/astraios

Bug Report.

Closed this issue · 2 comments

f.write(print_trainable_parameters(model) + "\n\n")
There is a bug in this line:
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'.
It should return a string in print_trainable_parameters function.

Hi,

Thanks for the note! I'll change the return type of print_trainable_parameters to string.

Cheers

Fixed.