Ziyi

Results 2 issues of Ziyi

sbert/train.py compute_acc()函数 23行accuracy_score() pred和lebel入参好像反了? `acc = accuracy_score(pred.detach().cpu().numpy(), label.cpu().numpy())` 应该是`acc = accuracy_score(label.cpu().numpy(), pred.detach().cpu().numpy())`吗? ![截图 2023-12-02 00-55-36](https://github.com/Macielyoung/sentence_representation_matching/assets/55494106/0fa29f31-3454-4740-be2e-935ec9d0684e)

python ./backend-python/main.py --webui #同时启动前后端服务 启动后,页面空白,后台显示304 Not Modified win11 python3.10 nodejs20 ![image](https://github.com/josStorer/RWKV-Runner/assets/55494106/1cce82de-2c49-4c63-851b-eeed77e59440) ![image](https://github.com/josStorer/RWKV-Runner/assets/55494106/5bcf0d61-1c6e-4a81-82f1-e4e84f6032b6)