Skip to content

Commit 50471de

Browse files
clear progress bar cell outputs
1 parent 096f3ff commit 50471de

File tree

20 files changed

+273
-1439
lines changed

20 files changed

+273
-1439
lines changed

tutorials/tutorial1/tutorial.ipynb

Lines changed: 8 additions & 40 deletions
Large diffs are not rendered by default.

tutorials/tutorial10/tutorial.ipynb

Lines changed: 14 additions & 45 deletions
Large diffs are not rendered by default.

tutorials/tutorial11/tutorial.ipynb

Lines changed: 25 additions & 290 deletions
Large diffs are not rendered by default.

tutorials/tutorial13/tutorial.ipynb

Lines changed: 10 additions & 99 deletions
Large diffs are not rendered by default.

tutorials/tutorial14/tutorial.ipynb

Lines changed: 5 additions & 37 deletions
Large diffs are not rendered by default.

tutorials/tutorial15/tutorial.ipynb

Lines changed: 25 additions & 113 deletions
Large diffs are not rendered by default.

tutorials/tutorial17/tutorial.ipynb

Lines changed: 16 additions & 99 deletions
Large diffs are not rendered by default.

tutorials/tutorial18/tutorial.ipynb

Lines changed: 7 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
},
142142
{
143143
"cell_type": "code",
144-
"execution_count": null,
144+
"execution_count": 1,
145145
"id": "0981f1e9",
146146
"metadata": {},
147147
"outputs": [],
@@ -181,7 +181,7 @@
181181
},
182182
{
183183
"cell_type": "code",
184-
"execution_count": 50,
184+
"execution_count": 2,
185185
"id": "014bbd86",
186186
"metadata": {},
187187
"outputs": [],
@@ -222,7 +222,7 @@
222222
},
223223
{
224224
"cell_type": "code",
225-
"execution_count": 51,
225+
"execution_count": 3,
226226
"id": "6f25d3a6",
227227
"metadata": {},
228228
"outputs": [],
@@ -264,78 +264,10 @@
264264
},
265265
{
266266
"cell_type": "code",
267-
"execution_count": 52,
267+
"execution_count": null,
268268
"id": "336e8060",
269269
"metadata": {},
270-
"outputs": [
271-
{
272-
"name": "stderr",
273-
"output_type": "stream",
274-
"text": [
275-
"GPU available: True (mps), used: False\n",
276-
"TPU available: False, using: 0 TPU cores\n",
277-
"HPU available: False, using: 0 HPUs\n",
278-
"\n",
279-
" | Name | Type | Params | Mode \n",
280-
"----------------------------------------------------\n",
281-
"0 | _pina_models | ModuleList | 481 | train\n",
282-
"1 | _loss_fn | MSELoss | 0 | train\n",
283-
"----------------------------------------------------\n",
284-
"481 Trainable params\n",
285-
"0 Non-trainable params\n",
286-
"481 Total params\n",
287-
"0.002 Total estimated model params size (MB)\n",
288-
"9 Modules in train mode\n",
289-
"0 Modules in eval mode\n"
290-
]
291-
},
292-
{
293-
"data": {
294-
"application/vnd.jupyter.widget-view+json": {
295-
"model_id": "d6d009cd7efb4c76ba2115f828e46dc8",
296-
"version_major": 2,
297-
"version_minor": 0
298-
},
299-
"text/plain": [
300-
"Training: | | 0/? [00:00<?, ?it/s]"
301-
]
302-
},
303-
"metadata": {},
304-
"output_type": "display_data"
305-
},
306-
{
307-
"name": "stderr",
308-
"output_type": "stream",
309-
"text": [
310-
"`Trainer.fit` stopped: `max_epochs=500` reached.\n"
311-
]
312-
},
313-
{
314-
"data": {
315-
"application/vnd.jupyter.widget-view+json": {
316-
"model_id": "c7679ddd66e748dbaef644592c18a010",
317-
"version_major": 2,
318-
"version_minor": 0
319-
},
320-
"text/plain": [
321-
"Testing: | | 0/? [00:00<?, ?it/s]"
322-
]
323-
},
324-
"metadata": {},
325-
"output_type": "display_data"
326-
},
327-
{
328-
"name": "stdout",
329-
"output_type": "stream",
330-
"text": [
331-
"────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n",
332-
" Test metric DataLoader 0\n",
333-
"────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n",
334-
" test_loss 0.006782823242247105\n",
335-
"────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n"
336-
]
337-
}
338-
],
270+
"outputs": [],
339271
"source": [
340272
"class MyFirstSolver(SupervisedSolverInterface, SingleSolverInterface):\n",
341273
" def __init__(\n",
@@ -422,7 +354,7 @@
422354
],
423355
"metadata": {
424356
"kernelspec": {
425-
"display_name": "pina",
357+
"display_name": "deep",
426358
"language": "python",
427359
"name": "python3"
428360
},
@@ -436,7 +368,7 @@
436368
"name": "python",
437369
"nbconvert_exporter": "python",
438370
"pygments_lexer": "ipython3",
439-
"version": "3.9.21"
371+
"version": "3.12.11"
440372
}
441373
},
442374
"nbformat": 4,

tutorials/tutorial2/tutorial.ipynb

Lines changed: 16 additions & 144 deletions
Large diffs are not rendered by default.

tutorials/tutorial20/tutorial.ipynb

Lines changed: 4 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -197,66 +197,10 @@
197197
},
198198
{
199199
"cell_type": "code",
200-
"execution_count": 5,
200+
"execution_count": null,
201201
"id": "65ed2697",
202202
"metadata": {},
203-
"outputs": [
204-
{
205-
"name": "stderr",
206-
"output_type": "stream",
207-
"text": [
208-
"GPU available: True (mps), used: False\n",
209-
"TPU available: False, using: 0 TPU cores\n",
210-
"HPU available: False, using: 0 HPUs\n"
211-
]
212-
},
213-
{
214-
"data": {
215-
"application/vnd.jupyter.widget-view+json": {
216-
"model_id": "49b972675e8f41b3aa477c28f3cb2349",
217-
"version_major": 2,
218-
"version_minor": 0
219-
},
220-
"text/plain": [
221-
"Training: | | 0/? [00:00<?, ?it/s]"
222-
]
223-
},
224-
"metadata": {},
225-
"output_type": "display_data"
226-
},
227-
{
228-
"name": "stderr",
229-
"output_type": "stream",
230-
"text": [
231-
"`Trainer.fit` stopped: `max_epochs=1` reached.\n"
232-
]
233-
},
234-
{
235-
"data": {
236-
"application/vnd.jupyter.widget-view+json": {
237-
"model_id": "8794705d790b45dca4bcb9e65857bbd7",
238-
"version_major": 2,
239-
"version_minor": 0
240-
},
241-
"text/plain": [
242-
"Testing: | | 0/? [00:00<?, ?it/s]"
243-
]
244-
},
245-
"metadata": {},
246-
"output_type": "display_data"
247-
},
248-
{
249-
"name": "stdout",
250-
"output_type": "stream",
251-
"text": [
252-
"────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n",
253-
" Test metric DataLoader 0\n",
254-
"────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n",
255-
" test_loss_epoch 0.0009161713533103466\n",
256-
"────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\n"
257-
]
258-
}
259-
],
203+
"outputs": [],
260204
"source": [
261205
"# Create a model, in our case a simple FeedForward Network\n",
262206
"model = FeedForward(input_dimensions=3, output_dimensions=1, func=AdaptiveSIREN)\n",
@@ -442,7 +386,7 @@
442386
],
443387
"metadata": {
444388
"kernelspec": {
445-
"display_name": "pina",
389+
"display_name": "deep",
446390
"language": "python",
447391
"name": "python3"
448392
},
@@ -456,7 +400,7 @@
456400
"name": "python",
457401
"nbconvert_exporter": "python",
458402
"pygments_lexer": "ipython3",
459-
"version": "3.9.21"
403+
"version": "3.12.11"
460404
}
461405
},
462406
"nbformat": 4,

0 commit comments

Comments
 (0)