Freewire
Freewire copied to clipboard
scatter and gather operations in Model forward pass
PyTorch 1.2 indexing isn't 100% as fast as scatter and gather operations. There might be a speed boost in using these operations instead of indexing in the Model class's forward method.