Zee

Results 11 comments of Zee

我也遇到这个问题了,我把插件从7.4回退到6.10就好了

I think that your class_num is incorrect. Make sure your class_num in `.yaml` is equal to the number of your dataset.Notice ,your dataset's class number must plus one ,which is...

I have the same problem. Could someone tell me how to deal with it? My GPUs is `GTX 1080 ` x2

Note the embedding size in this paper

Because python2's map function is different from python3's. Try to modify line 86 in `main.py` to `walks = [list(map(str, walk)) for walk in walks]` If you run `main.py` with python2,it...

Yes, I use this api. But why it print two covergroup, actually i build one covergroup model. ![image](https://github.com/fvutils/pyvsc/assets/25813311/6293f7e8-eed9-4ecc-ab4c-04e1d4d826c4) Look, I want to print one. why there is `TYPE` and `INST`

yes, my mac is based x86. here is full log. i just try import vsc ```(tutorial-env) ➜ py-test python3 Python 3.10.8 (main, Nov 15 2022, 05:25:54) [Clang 14.0.0 (clang-1400.0.29.202)] on...

I found pip only install `dist-info`, did not install the package, look at the `site-packages`, there is no pyboolector package, do you know why? @mballance ```(tutorial-env) ➜ site-packages ll total...

Can you take a moment to look at this question? @mballance

thank you. It done now with python3.9