You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Describe the bug
sys.path.append
should be before importing the custom modules. Otherwise, it won't be able to load them because of their location.This is typically suggested by linters. Here's the flake8 rule that causes this problem.
Please make sure to disable this rule when running flake8
To Reproduce
Steps to reproduce the behavior:
build-train.yml
pipelineThe text was updated successfully, but these errors were encountered: