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
Trying to create an array from an unresizable tensor. Abording.
[string "dfcm = pd.DataFrame(c)"]:1: failed to convert argument #1
stack traceback:
[C]: in function 'DataFrame'
[string "dfcm = pd.DataFrame(c)"]:1: in main chunk
[C]: in function 'xpcall'
/home/nsid/torch/share/lua/5.1/trepl/init.lua:679: in function 'repl'
/home/nsid/torch/lib/luarocks/rocks/trepl/scm-1/bin/th:204: in main chunk
[C]: at 0x00405de0
The text was updated successfully, but these errors were encountered:
There appears to be an error triggered when passing the same tensor through to python.
For instance, this bit of code
creates the error
The text was updated successfully, but these errors were encountered: