GIT 활용 샘플 파일
GIT 활용 샘플 파일
This commit is contained in:
parent
4838bbad89
commit
fab37f2e22
53
.ipynb_checkpoints/model-checkpoint.ipynb
Normal file
53
.ipynb_checkpoints/model-checkpoint.ipynb
Normal file
@ -0,0 +1,53 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "28251948-ea02-4d1c-a460-8b3b074d4a62",
|
||||
"metadata": {
|
||||
"execution": {
|
||||
"iopub.execute_input": "2026-04-30T06:57:39.151380Z",
|
||||
"iopub.status.busy": "2026-04-30T06:57:39.150767Z",
|
||||
"iopub.status.idle": "2026-04-30T06:57:42.023146Z",
|
||||
"shell.execute_reply": "2026-04-30T06:57:42.020362Z",
|
||||
"shell.execute_reply.started": "2026-04-30T06:57:39.151292Z"
|
||||
}
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"import torch\n",
|
||||
"print(torch.__version__)\n",
|
||||
"print(torch.cuda.is_available())"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "dbc835cb-37b8-4585-bf51-7fef4f22a9a3",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "torch2.11.0-py3.11-cuda13.0",
|
||||
"language": "python",
|
||||
"name": "torch2.11.0-py3.11-cuda13.0"
|
||||
},
|
||||
"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.11.15"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 5
|
||||
}
|
||||
63
model.ipynb
Normal file
63
model.ipynb
Normal file
@ -0,0 +1,63 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "e6695aa2-276b-43a3-bbab-590c78f058cd",
|
||||
"metadata": {
|
||||
"execution": {
|
||||
"iopub.execute_input": "2026-04-30T06:57:55.529177Z",
|
||||
"iopub.status.busy": "2026-04-30T06:57:55.528522Z",
|
||||
"iopub.status.idle": "2026-04-30T06:57:55.694355Z",
|
||||
"shell.execute_reply": "2026-04-30T06:57:55.691327Z",
|
||||
"shell.execute_reply.started": "2026-04-30T06:57:55.529139Z"
|
||||
}
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!pwd"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "28251948-ea02-4d1c-a460-8b3b074d4a62",
|
||||
"metadata": {
|
||||
"execution": {
|
||||
"iopub.execute_input": "2026-04-30T06:57:39.151380Z",
|
||||
"iopub.status.busy": "2026-04-30T06:57:39.150767Z",
|
||||
"iopub.status.idle": "2026-04-30T06:57:42.023146Z",
|
||||
"shell.execute_reply": "2026-04-30T06:57:42.020362Z",
|
||||
"shell.execute_reply.started": "2026-04-30T06:57:39.151292Z"
|
||||
}
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"import torch\n",
|
||||
"print(torch.__version__)\n",
|
||||
"print(torch.cuda.is_available())"
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "torch2.11.0-py3.11-cuda13.0",
|
||||
"language": "python",
|
||||
"name": "torch2.11.0-py3.11-cuda13.0"
|
||||
},
|
||||
"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.11.15"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 5
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user