ApolloResearch / rib

Library for methods related to the Local Interaction Basis (LIB)
MIT License
3 stars 0 forks source link

Investigate rotate_final_layer_invariance test #287

Closed danbraunai-apollo closed 5 months ago

danbraunai-apollo commented 6 months ago

The current test_mnist_rotate_final_layer_invariance function doesn't actually enter the bulk of the rotate_final_layer_invariance function, so nothing is actually tested.

If you instead have "node_layers": ["layers.0", "layers.1", "layers.2"], the test fails.

Investigate why and fix this.