returnn.import_.import_#

This provides the main import_() function.

returnn.import_.import_.import_(repo, path, version=None)[source]#
Parameters:
  • repo (str) – e.g. “github.com/rwth-i6/returnn-experiments”

  • path (str) – path inside the repo, without starting “/”

  • version (str|None) – e.g. “20211231-0123abcd0123”. None for development working copy

Return type:

object|types.ModuleType