declare-lab / RECCON

This repository contains the dataset and the PyTorch implementations of the models from the paper Recognizing Emotion Cause in Conversations.
168 stars 28 forks source link

model dataclsses #2

Closed dimens615 closed 3 years ago

dimens615 commented 3 years ago

Hello, can you share the model dataclsses?The runtime could not find this module--from dataclsses import asdict, dataclass, field, fields

deepanwayx commented 3 years ago

Can you try from dataclasses import asdict, dataclass, field, fields?

Alternatively you can also have a look at this.