Closed yusanshi closed 2 years ago
我想问问evaluate.py里面为什么还要有calculating vectors for news这些呢?在train.py里面不是已经计算过了吗?不是保存到ckpt文件里了嘛?直接计算auc不可以吗?
Originally posted by @wjx0110 in https://github.com/yusanshi/news-recommendation/issues/31#issuecomment-1099850585
train 里面计算的不是最新的 news vector;ckpt 里面保存的是模型参数,而不是推理出的中间结果,news vector 属于后者。
我想问问evaluate.py里面为什么还要有calculating vectors for news这些呢?在train.py里面不是已经计算过了吗?不是保存到ckpt文件里了嘛?直接计算auc不可以吗?
Originally posted by @wjx0110 in https://github.com/yusanshi/news-recommendation/issues/31#issuecomment-1099850585