Brian Blais
Results
2
issues of
Brian Blais
Smallest program which reproduces the error (asdf from conda 2.3.1): ``` import asdf mydata={'hello':'there', (6,5):'bad key', 'that':6, } # Make the tree structure, and create a AsdfFile from it. tree...
bug
Not quite an issue, but I didn't see an example of this. I train a network in batches, say batch size of 10 like below. Then I want the output...