Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
gabgoh committed Feb 4, 2019
1 parent e4ae074 commit 1ca9496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/optvis/test_objectives.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import tensorflow as tf
import numpy as np
from lucid.optvis import objectives, param, render, transform
from lucid.optvis.objectives import wrap_objective


np.random.seed(42)

Expand Down

0 comments on commit 1ca9496

Please sign in to comment.