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
octnet/th/oc/octree.lua:300: attempt to index global 'th' (a nil value)
stack traceback:
...w/project_work_on/shape_research/octnet/th/oc/octree.lua:300: in function 'data'
[string "_RESULT={data_cpu:data() }"]:1: in main chunk
[C]: in function 'xpcall'
/home/hxw/torch/install/share/lua/5.1/trepl/init.lua:661: in function 'repl'
.../hxw/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:204: in main chunk
[C]: at 0x00406670
The text was updated successfully, but these errors were encountered:
There seems to be an issue with th.THFloatStorage_free(tensor:cdata().storage) in octree.lua. The data()function is mainly intended for testing purposes. What are you trying to do, maybe there is a different way?
below is the script i am doing testing stuff on loading octree data:
It gives the following error. can you fix it??
The text was updated successfully, but these errors were encountered: