[Fix bug] TypeError: argument of type 'XLMRobertaFlashConfig' is not iterable
#55
by phuonglk - opened
change:if key in config:
toif key in config.to_dict():
Thanks for the fix!
jupyterjazz changed pull request status to merged
change:if key in config:
toif key in config.to_dict():
Thanks for the fix!