fancompute / neuroptica

Flexible simulation package for optical neural networks
https://doi.org/10.1109/JSTQE.2019.2930455
MIT License
208 stars 40 forks source link

checks port_indeces and converts to lists #5

Closed twhughes closed 5 years ago

twhughes commented 5 years ago

DropMask Activation currently takes a list, would be convenient to also allow user to specify int or range.

This fix checks the input to see if its one of these types and, if so, converts to a list