pmhalvor / fgsa

Main repo for my Masters thesis on Fine Grained Sentiment Analysis
4 stars 0 forks source link

Fix/optimize shared layers #35

Closed pmhalvor closed 2 years ago

pmhalvor commented 2 years ago

Noticed that RACL relation components were never added to optimizers. So the current status of RACL runs were only training the cnn layers, disregarding all attentions from learning.

This PR updates the initialization of optimizers to now include these shared layers both for IMN architecture (under other_components as "shared") and RACL architecture (under other_components as "relations")

pmhalvor commented 2 years ago

Close due to dirty commit log. See PR #36 for clean fixes