8000 Rename cnn_mnist_example to cnn_mnist_tutorial by wizeng23 · Pull Request #1640 · oumi-ai/oumi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rename cnn_mnist_example to cnn_mnist_tutorial #1640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/Oumi - Training CNN on Custom Dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"import numpy as np\n",
"import torchvision\n",
"\n",
"tutorial_dir = \"cnn_mnist_example\"\n",
"tutorial_dir = \"cnn_mnist_tutorial\"\n",
"\n",
"Path(tutorial_dir).mkdir(parents=True, exist_ok=True)\n",
"os.environ[\"TOKENIZERS_PARALLELISM\"] = \"false\" # Disable warnings from HF"
Expand Down Expand Up @@ -111,7 +111,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Saved 70000 examples to '/home/user/oumi/notebooks/cnn_mnist_example/mnist.npz'!\n"
"Saved 70000 examples to '/home/user/oumi/notebooks/cnn_mnist_tutorial/mnist.npz'!\n"
]
}
],
Expand Down
0