Skip to content

Instantly share code, notes, and snippets.

@costiash
costiash / slash_commands_demo.ipynb
Last active December 13, 2025 13:59
Claude Agent SDK: Slash Commands Discovery - Testing built-in commands (/compact, /cost, /context, /clear) with context tracking
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@costiash
costiash / ROI_pooling.py
Created November 28, 2021 19:34 — forked from Jsevillamol/ROI_pooling.py
ROI Pooling Layer
import tensorflow as tf
from tensorflow.keras.layers import Layer
class ROIPoolingLayer(Layer):
""" Implements Region Of Interest Max Pooling
for channel-first images and relative bounding box coordinates
# Constructor parameters
pooled_height, pooled_width (int) --
specify height and width of layer outputs
@costiash
costiash / styletransfer-demo.ipynb
Created March 25, 2021 01:10
StyleTransfer-Demo.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.