JayYip / m3tl

BERT for Multitask Learning

Home Page:https://jayyip.github.io/m3tl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

日志:大佬支持 tfevent 输出效果?

EdwardChan5000 opened this issue · comments

简单想把 输出print出来的 acc 和 loss 这些用 tfboard 来看

喔+ 有了吗? 是有个存 tfevent 的超参 or 地方?

确认了下, 没有加上tf.keras.callbacks.TensorBoard callback. 在调用train_bert_multitask函数的时候传一个callbacks=[tf.keras.callbacks.TensorBoard(log_dir=log_path)]参数试试