Skip to content

Instantly share code, notes, and snippets.

View tevdoradze's full-sized avatar

Levani tevdoradze

View GitHub Profile
@tevdoradze
tevdoradze / index.ts
Created September 11, 2021 20:37 — forked from dvcrn/index.ts
get metadata from metaplex
import * as web3 from "@solana/web3.js";
import * as metadata from "./actions/metadata";
import { PublicKey } from "@solana/web3.js";
const TOKEN_METADATA_PROGRAM_ID = new web3.PublicKey(
"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
);
const tokenAddress = new web3.PublicKey(
"CxkKDaBvtHqg8aHBVY8E4YYBsCfJkJVsTAEdTo5k4SEw"
@tevdoradze
tevdoradze / fashion-mnist-levani.ipynb
Created January 8, 2020 23:58
fashion-mnist-Levani.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tevdoradze
tevdoradze / traffic_signs_classification.ipynb
Last active December 2, 2019 23:06
traffic_signs_classification.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tevdoradze
tevdoradze / tf2_data_pipeline.ipynb
Last active December 1, 2019 13:00
tf2_dataset_pipeline.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tevdoradze
tevdoradze / transfer_learning.ipynb
Created December 1, 2019 12:58
transfer_learning.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tevdoradze
tevdoradze / cnn_visualizer.ipynb
Created December 1, 2019 12:45
cnn_visualizer.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.