uber-research / sbnet

Sparse Blocks Networks
Other
436 stars 91 forks source link

Import prefix_path #2

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

flake8 testing of https://github.com/uber/sbnet

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./sbnet_tensorflow/benchmark/cu_prof.py:56:19: F821 undefined name 'prefix_path'
        with open(prefix_path('timeline.json'), 'w') as f:
                  ^

1     F821 undefined name 'prefix_path'
CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.