| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks. Can you please add a regression test? Currently tests are passing on Python3.4 |
Sorry, something went wrong.
|
Hi. Is there any example or existing regression test? |
Sorry, something went wrong.
|
Just ran into this. Would it be possible to merge the fix without a regression test? |
Sorry, something went wrong.
|
Hi, |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I fixed GraphCRF._set_size_joint_feature
The problem is that size_joint_feature set a float value for its shape.
For the details, please read this log.
python plot_grid_crf.py [17:09:30] Traceback (most recent call last): File "plot_grid_crf.py", line 26, in <module> clf.fit(X, Y) File "/home/skarita/.pyenv/versions/pystruct/lib/python3.5/site-packages/pystruct-0.2.5-py3.5-linux-x86_64.egg/pystruct/learners/ one_slack_ssvm.py", line 409, in fit self.w = np.zeros(self.model.size_joint_feature) TypeError: 'float' object cannot be interpreted as an integer