JayYip / m3tl

BERT for Multitask Learning
https://jayyip.github.io/m3tl/
Apache License 2.0
545 stars 125 forks source link

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

Open EdwardChan5000 opened 1 year ago

JayYip commented 1 year ago

输出效果指的是?

On Sat, Apr 22, 2023, 2:18 PM Edward Chan @.***> wrote:

— Reply to this email directly, view it on GitHub https://github.com/JayYip/m3tl/issues/118, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADS2OTHVF53R4DIFVFUXLBDXCNZ4TANCNFSM6AAAAAAXHUE53M . You are receiving this because you are subscribed to this thread.Message ID: @.***>

EdwardChan5000 commented 1 year ago

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

JayYip commented 1 year ago

这个貌似有吧?

On Tue, Apr 25, 2023, 2:36 PM Edward Chan @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/JayYip/m3tl/issues/118#issuecomment-1521227085, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADS2OTF6AVTKTD3KYIY76G3XC5WIBANCNFSM6AAAAAAXHUE53M . You are receiving this because you commented.Message ID: @.***>

EdwardChan5000 commented 1 year ago

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

JayYip commented 1 year ago

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