RL4M / PCRLv2

An official implementation of PCRLv2 (pre-training and fine-tuning code are included).
MIT License
113 stars 8 forks source link

A small ambiguity in luna_preprocess.py #3

Closed ZAX130 closed 1 year ago

ZAX130 commented 1 year ago

image I'm not sure if the _localwindows should be saved in the second np.save statement.

funnyzhou commented 1 year ago

Thanks for pointing it out. This is a misalignment between our local version and the online one. We have fixed it in the update.

liaochuanlin commented 1 year ago

@ZAX130 Have you achieved the effect of the code?