Zee
Zee
关于交叉验证
你好,我想请问一下,你设置交叉验证的目的是什么?能否不设置,直接训练预测? @ShawnyXiao
When i run the code with `Cora dataset` ,the following occurs: `/home/songzenghui/zee/struc2vec/src/algorithms_distances.py:541: RuntimeWarning: invalid value encountered in double_scalars e_list = [x / sum_w for x in e_list] ` The dataset...
还有新的体验地址嘛
In my `env.sv` , I want to jump by clicking the left mouse button. For example, `env.sv` : ``` class my_env extends uvm_env; my_agent i_agt; my_agent o_agt; my_model mdl; my_scoreboard...
I want to print my coverage model to confirm it met my exceptations. I use `get_coverage_report_model`, but the `CoverageReport` does not implement `__str__` or `__repr__`. Could you implement that to...
I have installed pyvsc successfully but when i `import vsc`, it hint ``` ModuleNotFoundError: No module named 'pyboolector' ``` here is my pip list: ``` Package Version ------------------------- ---------------- attrs...
In the ResNet.py ,at 183-211th line in residual_atrous_block(), you got output_3 ,but you didn't use it,however you just use the output_2,so why do you output the output_3? another one,also in...
登录失败
只启动后端,输入数据库里的用户名和密码,提示登录失败
Could u tell me which version of MXnet and CUDA do u use? Thank u~~