You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to set the environment in colab.
I cloned this repo & installed packages with requirements.txt
After that, I ran below command as it's mentioned in the README.md.
however, I'm getting AttributeError, which seems to be related with mxnet version issue
Traceback (most recent call last):
File "main_4n0_3layer_12T_res.py", line 27, in
net = construct_model(config)
File "/content/STFGNN/utils_4n0_3layer_12T_res.py", line 41, in construct_model
init=mx.init.Constant(value=adj_mx.tolist()))
File "/usr/local/lib/python3.7/dist-packages/mxnet/symbol/symbol.py", line 2970, in var
init = init.dumps()
File "/usr/local/lib/python3.7/dist-packages/mxnet/initializer.py", line 477, in dumps
self._kwargs['value'] = val.tolist() if isinstance(val, np.ndarray) else val.asnumpy().tolist()
AttributeError: 'list' object has no attribute 'asnumpy'
I think it may be related with mxnet version issue.
Could you clarify specific version information of each required packge you used in the project?
Or do you have any other possible cause for that Error?
Thank you in advance :)
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to set the environment in
colab
.I cloned this repo & installed packages with
requirements.txt
After that, I ran below command as it's mentioned in the
README.md
.however, I'm getting
AttributeError
, which seems to be related withmxnet
version issueI think it may be related with
mxnet
version issue.Could you clarify specific version information of each required packge you used in the project?
Or do you have any other possible cause for that Error?
Thank you in advance :)
The text was updated successfully, but these errors were encountered: