Skip to main content

Login user

info
  • Only registered Users are allowed to access this tracebloc package.

  • User is a method in this package which authenticates the user, provides access to Tracebloc, lets you upload your model, set the training plan and more.

  • Execute this command on Colab/JN

    user = User()
  • Provide your email address and password on the prompted window

    User Authentication

  • For more info, a help function can also be called

    user.help()