Change the implementation of how subreddits are used as input to the model. Change from using the subreddit ID to a one-hot vector. Also add a linear layer between the one-hot vector and the concatenation with the RNN output. The number of neurons in the linear layer should be treated as a hyperparameter.
Change the implementation of how subreddits are used as input to the model. Change from using the subreddit ID to a one-hot vector. Also add a linear layer between the one-hot vector and the concatenation with the RNN output. The number of neurons in the linear layer should be treated as a hyperparameter.