Slide 6
Slide 6 text
PromptのTestとRun
■ フォルダ内に以下のコマンドでテスト
● pf flow test --flow .
● pf flow test --flow . --inputs
url='https://www.youtube.com/watch?v=kYqRtjDBci8'
■ フォルダ内に以下のコマンでRun
● run_name="classification_accuracy_"$(openssl rand -hex 12)
● pf run create --file run.yml --stream --name $run_name
● run visualize --name $run_name
■ 可視化用のhtmlファイルを生成
6