metaflow
metaflow copied to clipboard
:rocket: Build and manage real-life ML, AI, and data science projects with ease!
### Getting error, when loading saved ``` @step def model_loading_step(self): """ Here we are loading model Tensorflow model """ print("Model loading") from tensorflow.keras.models import load_model self.model = load_model(path_to_model) self.next(self.end) ```...
This is a large change, factored into 4 sequential groups of commits, addressing pain points I hit as a new user/developer of Metaflow; [work leading up to this has been...
Is is possible to use a local HPC or GPU cluster? I understand that it works perfectly with AWS but what about when the use of AWS is not possible...
All, I'm working on setting up a new DSS-8440 and am evaluating different management options. It appears that Slurm is best for job scheduling. Does metaflow support or have any...
Thanks a lot for open-sourcing this great library. Is it possible to provide more real-world examples of using this tool? It would be really helpful to have a real-world example...
If you specify `shared_memory` in @resources, then kubernetes will fail with "unknown option --shared_memory" (or something like that). This option is supported by Batch. @oavdeev
Currently, the only way to check whether a task is executing `locally`, on `batch` or with `step-functions` is to sniff some environment variables - we can make it a bit...
Sorry if this is a dumb question. We've been using metaflow on my team and it's awesome! I was wondering if there was a way to list all possible namespaces...