Add failing tests for concat/unconcat ops#406
Add failing tests for concat/unconcat ops#406MarkKremer wants to merge 4 commits intogorgonia:masterfrom
Conversation
|
I think this is fixed in #391 |
|
.... which I just noticed is not merged. |
|
That would be great. I'll check if my tests work with that. |
|
It fixes one of my test and I'm very happy that that part works now. After What needs to happen before #391 can get merged? |
|
I added a test that gives the error I mentioned. My |
|
I just merged #391 . Should I tag this version? |
|
I don't care about it personally but it may be nice for the issue about "Convnet isn't learning". |
|
Small update: I'll try to get my model working completely before finishing up this PR so I know it works as intended. |
Added some failing tests for something that I expected to work and I need to build a LSTM layer. One of the errors I get is:
What I noticed is:
if v.IsView() { val = v.Materialize() }code from theDo()method. Or should the compiler have a check instead that uses the safeDo()method if one or more of the inputs are views?This is slightly related to #404 in that I need it for the same model and that something with the shapes is going wrong. But now that I have found the issues it doesn't have much overlap that is of interest for Gorgonia.