Hi, I have created two separate file called traini...
# ask-metaflow
m
Hi, I have created two separate file called training.py and inference.py, while running
python inference.py run
or
python inference.py show
why does both command does not return any output nor throw any errors?
1
d
do you properly call
MyFlow()
in your main at the end of the file? It sounds like you may not be.
1
m
ahh
thanks,
d
works now?
m
yes it did.