Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ sg_execution_times.rst

# Generated after installation
.github/workflows/qml_pipeline_utils/build/
.vscode/
.vscode/settings.json
7 changes: 0 additions & 7 deletions .vscode/settings.json

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
637 changes: 637 additions & 0 deletions demonstrations_v2/tutorial_keras_3_training/demo.py

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions demonstrations_v2/tutorial_keras_3_training/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"title": "Keras 3 Training",
"authors": [
{
"username": "vinayak19th"
}
],
"executable_stable": true,
"executable_latest": true,
"dateOfPublication": "2025-09-21T11:10:00-07:00",
"dateOfLastModification": "2025-09-21T11:10:00-07:00",
"categories": [
"Getting Started",
"Quantum Machine Learning",
"How-to",
"Devices and Performance"
],
"tags": [],
"previewImages": [
{
"type": "thumbnail",
"uri": "/_static/demonstration_assets/qnn_module/Keras_logo.png"
}
],
"seoDescription": "A demo showing how to integrate a pennylane circuit into keras 3 and train it using both pytorch and tensorflow",
"doi": "",
"references": [],
"basedOnPapers": [],
"referencedByPapers": [],
"relatedContent": []
}

Binary file not shown.
4 changes: 4 additions & 0 deletions demonstrations_v2/tutorial_keras_3_training/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
keras==3.11.3
pennylane==0.42.3
torch>2.0.0
tensorflow>2.16.0