greentfrapp / lucent

Lucid library adapted for PyTorch
Apache License 2.0
597 stars 89 forks source link

Set numpy seed #46

Closed dozed closed 3 months ago

dozed commented 11 months ago

Set numpy seed as well.

np.random.choice is used for example in the transformations: https://github.com/greentfrapp/lucent/blob/dev/lucent/optvis/transform.py#L53

greentfrapp commented 3 months ago

SFLR but thanks for the update @dozed !