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
Hi @ishant162, this is due to a circular import error which needs fixes as and when they are encountered. This is done as a wider refactor effort on using absolute instead of relative imports.
Refer to the discussion in #980 on refactor of imports.
Can you raise a PR with the following change? (ensure it passes your test)
Describe the bug
Running Experimental aggregator based workflow workspace 101_torch_cnn_mnist leads to an unexpected ImportError Exception.
To Reproduce
Steps to reproduce the behavior:
fx workspace create --prefix my_workspace --template 101_torch_cnn_mnist
fx
commands by following steps described in the last cell of this tutorialfx aggregator start
Expected behavior
Workspace should run successfully without any error.
Desktop (please complete the following information):
Error logs
Import_error_logs.txt
Additional context
The issue appears to have arisen due to the code changes introduced in PR #980
@MasterSkepticista Can you please look into this?
The text was updated successfully, but these errors were encountered: