• abalkin's avatar
    Issue #783: python3 compatible - remove unnecessary imports. · a2ec954c
    abalkin 提交于
    This commit is the first step of the plan to make Theano imports compatible with 3.x:
    
    1. Remove unnecessary imports.
    
    2. Convert relative imports to absolute.
    
    3. Fix circular dependency issues by either eliminating "from xyz" imports or moving them inside functions.
    a2ec954c
pfunc.py 21.6 KB