Skip to content

Commit

Permalink
nbdev_migrate --path posts
Browse files Browse the repository at this point in the history
  • Loading branch information
tyoc213 committed Feb 7, 2023
1 parent 133a1a7 commit 3d85787
Show file tree
Hide file tree
Showing 11 changed files with 134 additions and 92 deletions.
2 changes: 1 addition & 1 deletion about.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "About"
title: "tyoc213 blog's"
image: profile.jpg
about:
template: jolla
Expand Down
40 changes: 23 additions & 17 deletions posts/2020-05-26-Reconocer-dígitos.ipynb

Large diffs are not rendered by default.

58 changes: 34 additions & 24 deletions posts/2020-09-26-Librosa-2015-presentation-updated-calls.ipynb

Large diffs are not rendered by default.

27 changes: 17 additions & 10 deletions posts/2020-11-28-compiling-xla-locally.ipynb
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"cells": [
{
"cell_type": "markdown",
"cell_type": "raw",
"metadata": {},
"source": [
"# Compiling xla locally\n",
"> tools and env vars needed to compile xla locally with GPU support\n",
"\n",
"- toc:true\n",
"- branch: master\n",
"- badges: true\n",
"- comments: true\n",
"- categories: [xla, fastai]"
"---\n",
"aliases:\n",
"- /2020/11/28/compiling-xla-locally\n",
"date: '2020-11-28'\n",
"description: tools and env vars needed to compile xla locally with GPU support\n",
"output-file: 2020-11-28-compiling-xla-locally.html\n",
"title: Compiling xla locally\n",
"\n",
"---\n",
"\n"
]
},
{
Expand Down Expand Up @@ -185,7 +187,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.10.8 (main, Oct 13 2022, 09:48:40) [Clang 14.0.0 (clang-1400.0.29.102)]"
},
"vscode": {
"interpreter": {
"hash": "b0fa6594d8f4cbf19f97940f81e996739fb7646882a419484c72d19e05852a7e"
}
}
},
"nbformat": 4,
Expand Down
20 changes: 11 additions & 9 deletions posts/2020-12-13-finding nemo a bug journey.ipynb
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"cells": [
{
"cell_type": "markdown",
"cell_type": "raw",
"metadata": {},
"source": [
"# Finding nemo a bug journey\n",
"> follow up from having locally installed xla\n",
"\n",
"- toc:true\n",
"- branch: master\n",
"- badges: true\n",
"- comments: true\n",
"- categories: [xla, fastai]"
"---\n",
"aliases:\n",
"- /2020/12/13/finding nemo a bug journey\n",
"date: '2020-12-13'\n",
"description: follow up from having locally installed xla\n",
"output-file: 2020-12-13-finding nemo a bug journey.html\n",
"title: Finding nemo a bug journey\n",
"\n",
"---\n",
"\n"
]
},
{
Expand Down
12 changes: 8 additions & 4 deletions posts/2021-01-02-reconociendo-una-buena-idea-de-investigacion.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
---
toc: true
aliases:
- /fastchai/fastai/2021/01/02/reconociendo-una-buena-idea-de-investigacion
categories:
- note
date: '2021-01-02'
description: Cómo reconocer las buenas ideas de investigación
layout: post
description:
categories: [note]
comments: true
title: ¿Cómo reconocer las buenas ideas de investigación que valen tu tiempo y esfuerzo?
toc: true

---


Expand Down
13 changes: 9 additions & 4 deletions posts/2021-01-09-fastchai-rbracco-audio-y-estudio-propio.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
toc: true
layout: post
aliases:
- /fastchai/fastai/2021/01/09/fastchai-rbracco-audio-y-estudio-propio
categories:
- fastchai
- fastai
date: '2021-01-09'
description: Audio y estudio autodidacta
categories: [fastchai, fastai]
comments: true
layout: post
title: Audio y auto estudio interview
toc: true

---

{% twitter https://twitter.com/bhutanisanyam1/status/1168218396552351744 %}
Expand Down
13 changes: 8 additions & 5 deletions posts/2021-01-24-op_lowering_pythorchXLA.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
toc: true
layout: post
aliases:
- /xla/2021/01/24/op_lowering_pythorchXLA
categories:
- xla
date: '2021-01-24'
description: Lowering SiLU operation in Pytorch/XLA
categories: [xla]
comments: true
layout: post
title: Lowering SiLU in pytorch/XLA
---
toc: true

---

# Introduction

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"cells": [
{
"cell_type": "markdown",
"cell_type": "raw",
"metadata": {},
"source": [
"# Dos and don'ts with invitation to make study groups\n",
"> my first ever study group experience and the invitation to do it yourself! and feel the edge!\n",
"\n",
"- toc:true\n",
"- branch: master\n",
"- badges: true\n",
"- comments: true\n",
"- categories: [fastai]"
"---\n",
"aliases:\n",
"- /2021/04/10/dos-and-donts-with-invitation-to-make-study-groups\n",
"date: '2021-04-10'\n",
"description: my first ever study group experience and the invitation to do it yourself!\n",
" and feel the edge!\n",
"output-file: 2021-04-10-dos-and-donts-with-invitation-to-make-study-groups.html\n",
"title: Dos and don'ts with invitation to make study groups\n",
"\n",
"---\n",
"\n"
]
},
{
Expand Down
20 changes: 11 additions & 9 deletions posts/2021-06-05-lineas_de_fraude.ipynb

Large diffs are not rendered by default.

Binary file modified profile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d85787

Please sign in to comment.