diff --git a/determined-pachyderm-batch-inferencing/setup.ipynb b/determined-pachyderm-batch-inferencing/setup.ipynb index 9577311..d4c599a 100644 --- a/determined-pachyderm-batch-inferencing/setup.ipynb +++ b/determined-pachyderm-batch-inferencing/setup.ipynb @@ -372,6 +372,26 @@ "source": [ "!cat ./determined/train.yaml" ] + }, + { + "cell_type": "code", + "execution_count": 51, + "id": "7336a7cf-1830-473d-93c2-5742d886328c", + "metadata": { + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "pachd ClusterIP 10.105.140.72 30650/TCP,30657/TCP,30658/TCP,30600/TCP,30656/TCP\n" + ] + } + ], + "source": [ + "!kubectl get services" + ] }, { "cell_type": "code", @@ -391,7 +411,7 @@ } ], "source": [ - "!det experiment create ./determined/train.yaml ./determined --config data.pachyderm.host=MacBook-Pro-3.local --config data.pachyderm.port=80" + "!det experiment create ./determined/train.yaml ./determined --config data.pachyderm.host=host.docker.internal --config data.pachyderm.port=30650" ] }, { @@ -444,7 +464,7 @@ } ], "source": [ - "!det trial download 10 --best -o ./data/checkpoints/catdog1000" + "!det trial download 10 --latest -o ./data/checkpoints/catdog1000" ] }, {