Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run profile against alex_v1 #5

Open
gaul opened this issue Mar 7, 2018 · 0 comments
Open

Cannot run profile against alex_v1 #5

gaul opened this issue Mar 7, 2018 · 0 comments

Comments

@gaul
Copy link
Contributor

gaul commented Mar 7, 2018

$ ./paleo.sh profile nets/alex_v2_1gpu.json 
Network: nets/alex_v2_1gpu.json
Direction: forward
Traceback (most recent call last):
  File "paleo/profiler.py", line 427, in <module>
    cli()
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 889, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
  File "paleo/profiler.py", line 414, in profile
    _print_tabular(cu, tf)
  File "paleo/profiler.py", line 343, in _print_tabular
    assert len(cudnn_result) == len(tensorflow_result)
TypeError: object of type 'NoneType' has no len()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant