fast-dog-88545
06/12/2023, 5:46 PM@tensorflow_parallel . I installed it by command pip install git+<https://github.com/netflix/metaflow.git@refs/pull/872/head>
But when I try to run a flow I get an error:
(tf_parallel) linz1@ADSKTR2CQ24X50 metaflow % python flow.py run
Traceback (most recent call last):
File "/Users/linz1/Team/onboarding/metaflow/flow.py", line 1, in <module>
from metaflow import (
File "/Users/linz1/miniconda3/envs/tf_parallel/lib/python3.9/site-packages/metaflow/__init__.py", line 214, in <module>
_import_plugin_decorators(globals())
File "/Users/linz1/miniconda3/envs/tf_parallel/lib/python3.9/site-packages/metaflow/decorators.py", line 504, in _import_plugin_decorators
from .plugins import STEP_DECORATORS, FLOW_DECORATORS
File "/Users/linz1/miniconda3/envs/tf_parallel/lib/python3.9/site-packages/metaflow/plugins/__init__.py", line 139, in <module>
from .frameworks.pytorch import PytorchParallelDecorator
ModuleNotFoundError: No module named 'metaflow.plugins.frameworks'
I seems I still need some other dependency packages? Does anyone have some ideas about how to solve this? Thanks!square-wire-39606
06/12/2023, 5:47 PMfast-dog-88545
06/12/2023, 5:48 PMcrooked-jordan-29960
06/14/2023, 4:50 PMfast-dog-88545
06/20/2023, 6:44 PMtensorflow and cudatoolkit with @conda_base ?crooked-jordan-29960
06/20/2023, 7:45 PMcrooked-jordan-29960
06/20/2023, 7:45 PMfast-dog-88545
06/21/2023, 7:24 PM@tensorflow_parallel by this file, and here is a notebook of the training codes without metaflow.crooked-jordan-29960
06/22/2023, 2:54 AMfast-dog-88545
06/22/2023, 3:12 AMfast-dog-88545
06/22/2023, 5:36 PM@tensorflow_parallel works well with the T5 training codes here. I currently just use 1% of the dataset with 2 nodes and will try with more resources. But I think @tensorflow_parallel works well. Thanks for the fantastic function!crooked-jordan-29960
06/22/2023, 5:42 PMcrooked-jordan-29960
06/22/2023, 5:43 PMfast-dog-88545
06/22/2023, 5:43 PMcrooked-jordan-29960
06/22/2023, 5:44 PMfast-dog-88545
06/22/2023, 5:44 PMcrooked-jordan-29960
06/22/2023, 5:45 PMfast-dog-88545
06/22/2023, 5:46 PMcrooked-jordan-29960
06/22/2023, 5:48 PMfast-dog-88545
06/22/2023, 5:52 PMcrooked-jordan-29960
06/22/2023, 8:04 PMfast-dog-88545
06/22/2023, 8:49 PMcrooked-jordan-29960
06/22/2023, 9:07 PMfast-dog-88545
06/26/2023, 8:50 PM