• Patrick Wieschollek's avatar
    Printdata (#657) · b8349bcf
    Patrick Wieschollek authored
    * a simple generic unction to visualize tensors allowing the copy-past
    in other examples
    
    * PrintData was buggy
    
    This fixes the output order of PrintData and supports a constrained
    recursion to inspect nested objects. Further, it supports more types
    and keeps the output minimal by providing only necessary information
    (no shape information for scalars).
    
    * fix doc
    
    * cleanup
    b8349bcf
mnist-convnet.py 5.37 KB