Skip to content
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

Tensor manipulation demo #291

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Tensor manipulation demo #291

wants to merge 10 commits into from

Conversation

jwallwork23
Copy link
Collaborator

Closes #261.

Adds an introductory example to demonstrate how to construct, interrogate, manipulate, and delete torch_tensors.

@jwallwork23 jwallwork23 added documentation Improvements or additions to documentation testing Related to FTorch testing labels Feb 25, 2025
@jwallwork23 jwallwork23 self-assigned this Feb 25, 2025
@@ -11,7 +11,7 @@ rem ---
rem NOTE: This version of run_test_suite only runs the integration tests, not
rem the unit tests. These are not currently supported on Windows.

for /d %%i in (1_SimpleNet 2_ResNet18 4_MultiIO) do (
for /d %%i in (0_Tensor 1_SimpleNet 2_ResNet18 4_MultiIO 6_Autograd) do (
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed the autograd demo wasn't being tested under Windows.

@jwallwork23
Copy link
Collaborator Author

@niccolozanotti this has now been updated to account for recent changes to main and is ready for review. No rush, though!

@jwallwork23 jwallwork23 mentioned this pull request Mar 10, 2025
@jwallwork23 jwallwork23 force-pushed the 261_tensor-manipulation branch from 751da80 to 297b45d Compare March 12, 2025 10:03
@jwallwork23
Copy link
Collaborator Author

[Rebased on top of main to pick up reordering of examples in #317.]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation testing Related to FTorch testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tensor manipulation example
1 participant