Files
graph_recognition_w_attn/test.ipynb
2025-07-25 00:52:58 -04:00

46 lines
784 B
Plaintext

{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"id": "c883f5e2",
"metadata": {},
"outputs": [],
"source": [
"import jax"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "ea833558",
"metadata": {},
"outputs": [],
"source": [
"key = jax.random.PRNGKey(0)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "graph-recognition-w-attn",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}