declare-lab / dialogue-understanding

This repository contains PyTorch implementation for the baseline models from the paper Utterance-level Dialogue Understanding: An Empirical Study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in model.py "featutes" instead of "features"

jonas-scholz123 opened this issue · comments

There's a typo in model.py in lines 655 and 836, "featutes" should be "features".

Thanks for the catch! It is fixed now in 2e1706e