Skip to content

Instantly share code, notes, and snippets.

@josephrocca
josephrocca / notebook.ipynb
Last active November 14, 2022 00:49
lyra-v2-soundstream split quantizer into its two subgraphs.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josephrocca
josephrocca / onnx-runtime-python-inference.ipynb
Last active October 30, 2022 16:53
onnx-runtime-python-inference.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josephrocca
josephrocca / aaa_usage.js
Created October 29, 2022 07:33
AWS S3 (v3) working in Deno
import * as AWS from "./aws_sdk_client_s3_v3.198.0-es.js";
let s3 = new AWS.S3({
region: "YOUR_REGION",
endpoint: "YOUR_ENDPOINT_URL_IF_NECCESSARY",
credentials: {
accessKeyId: "YOUR_ACCESS_KEY",
secretAccessKey: "YOUR_SECRET",
},
});
@josephrocca
josephrocca / notebook.ipynb
Last active November 28, 2022 10:37
jax2tf2onnx - jax.lax.switch with functions.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josephrocca
josephrocca / stable_diffusion_jax-to-onnx.ipynb
Last active October 20, 2022 14:42
stable_diffusion_jax-to-onnx - scheduler_loop_body.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josephrocca
josephrocca / notebook.ipynb
Last active October 20, 2022 12:10
lyra-v2-soundstream-tflite-to-onnx.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josephrocca
josephrocca / notebook.ipynb
Last active November 19, 2022 01:22
lyra-v2-soundstream-tflite-to-onnx.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josephrocca
josephrocca / stable_diffusion_jax-to-onnx.ipynb
Last active October 18, 2022 19:17
stable_diffusion_jax-to-tflite --- decode_latents.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josephrocca
josephrocca / stable_diffusion_jax-to-onnx.ipynb
Last active October 17, 2022 19:12
stable_diffusion_jax-to-tfjs.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@josephrocca
josephrocca / stable_diffusion_jax-to-onnx.ipynb
Last active October 17, 2022 17:40
stable_diffusion_jax-to-onnx.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.