Skip to content

Imports are not compatible with Python 3 #1

@emmanuelle

Description

@emmanuelle

relative imports are not compatible with Python 3, making the notebook crash.

For example, in multilayer_perceptron.py, replace
from base import logistic
by
from .base import logistic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions