Chewxy
Chewxy
OK working on this today
@matthiasak would you be able to email me an example of what you would like to do as I don't think I am able to finish the workaround that involves...
`reduced` is a `*Node`. if you want to see the type of `reduced`, then it's ``` fmt.Printf("\nTensor: %T", reduced) ``` I am looking at the issue where it says `root...
Can you paste the result of `fmt.Printf("\nTensor %T", reduced.Value())`
@owulveryck ?
Related to #373 .. please hold.
README.md in the docs folder?
It seems you come across one of the things where Gorgonia can get a little confusing due to some smarts in some other areas. OK here goes: `*lispMachine` requires a...
Yeah this is a bug. Fix is coming
@zltgo the issue has been fixed in the upcoming v0.9.0-working pull for [gorgonia.org/tensor](https://github.com/gorgonia/tensor). There remains some niggling issues but those have been noted.