About edge_attr_type
Can the edge_attr_type not be of type long? If it is a float type, the operation in algos.pyx will go wrong. I don't know what to do. Do you have any good suggestions? (set edge_attr_type float type happen error)Thanke you.
There's no variable called edge_attr_type. I guess you mean edge_attr - it can't be type float, it must be type long because it needs to be converted into embedding.
There's no variable called
edge_attr_type. I guess you meanedge_attr- it can't be typefloat, it must be typelongbecause it needs to be converted into embedding.
没有名为 的变量
edge_attr_type。我猜你的意思是edge_attr- 它不能是 typefloat,它必须是 typelong因为它需要被转换成嵌入。
Thank you! Still have a question:If my node feature type is time series, what needs to be changed at the beginning of the embedding?