waleedka / hiddenlayer

Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.
MIT License
1.79k stars 266 forks source link

fail to run pytest #33

Open hubutui opened 5 years ago

hubutui commented 5 years ago

After building hiddenlayer, pytest -v failed at:

tests/test_pytorch_graph.py::TestPytorchGraph::test_graph [1]    29548 segmentation fault (core dumped)  pytest -v

Any idea? Or should I ignore it anyway?