Skip to content

Commit

Permalink
Update and rename trace_simple.py to test_trace_simple.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocao committed Nov 8, 2023
1 parent 4100e5c commit 16556b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/trace_simple.py → tests/test_trace_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ def forward(self, x):
config_pipeline = PipelineConfig(input_shape=[batch_size, 3, 32, 32],
output_shape=[batch_size],
data_type="long")

trace = SkippableTracing(nb_gpus=0, model=model, config=config_pipeline)
def test_trace_simple():
trace = SkippableTracing(nb_gpus=0, model=model, config=config_pipeline)

0 comments on commit 16556b6

Please sign in to comment.