Orkis-Research / Pytorch-Quaternion-Neural-Networks

This repository is an update to all previous repositories with implementations of various Quaternion-valued Neural Networks in PyTorch
GNU General Public License v3.0
204 stars 54 forks source link

Doubts in "Quaternion Recurrent Neural Networks" #9

Open Nutakki2259 opened 4 years ago

Nutakki2259 commented 4 years ago

I have two doubts regarding this paper: https://openreview.net/pdf?id=ByMHvs0cFQ

  1. In the paper, the neurons are mentioned. Is that 'QRNN_HIDDEN_SIZE' adjustment in the code to change neurons?
  2. How to increase speed of computation. Is it good by varying 'QRNN_HIDDEN_SIZE' or any other parameter?
TParcollet commented 4 years ago

Hi there, sorry for the late reply. 1. Yes. 2. Anything that acts on the topology will slow/speed the training process.