google-research / reverse-engineering-neural-networks

A collection of tools for reverse engineering neural networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for `select` function in `utils.py`

ramasesh opened this issue · comments

The select function takes an array of shape (number_of_sequences, sequence_length, element_dimension) and selects a particular sequence element from each sequence.

We should write basic tests for this.