Posts
-
torchlayers
Shape and dimension inference (Keras-like) for PyTorch layers and neural networks
- Shape inference for most of
torch.nnmodule (convolutional, recurrent, transformer, attention and linear layers) - Dimensionality inference (e.g.
torchlayers.Convworking astorch.nn.Conv1d/2d/3dbased oninput shape) - Shape inference of custom modules (see examples section)
- Additional Keras-like layers (e.g.
torchlayers.Reshapeortorchlayers.StandardNormalNoise) - Additional SOTA layers mostly from ImageNet competitions (e.g. PolyNet, Squeeze-And-Excitation, StochasticDepth)
- Useful defaults (
"same"padding and defaultkernel_size=3forConv, dropout rates etc.) - Zero overhead and torchscript support
Keep in mind this library works almost exactly like PyTorch originally. What that means is you can use
Sequential, define your own networks of any complexity usingtorch.nn.Module, create new layers with shape inference etc.See below to get some intuition about library.
Tags: #python • pytorch • inference
- Shape inference for most of
-
ImmersivePortalsMod
Non-Euclidean in Minecraft. See through portals and teleport seamlessly.
It’s a minecraft mod.
https://www.curseforge.com/minecraft/mc-mods/immersive-portals-mod
Tags: #java • minecraft-mod • portal
-
vanilla-nested
Rails dynamic nested forms using vanilla JS
Rails dynamic nested forms using vanilla JS
Similar to cocoon, but with no jquery dependency!
Tags: #ruby
-
typewriter
Type safety + intellisense for your Segment analytics
# Walks you through setting up a `typewriter.yml` and generating your first client. $ npx typewriter initFor more instructions on setting up your
typewriterclient, such as adding it to your CI, see our documentation.Tags: #typescript • analytics • segment
-
instiki
a basic wiki clone so pretty and easy to set up, you’ll wonder if it’s really a wiki.
Instiki is a wiki clone so pretty and easy to set up, you’ll wonder if it’s really a wiki. Runs on Rails and focuses on portability and stability. Supports file uploads, PDF export, RSS, multiple users and password protection. Some use Instiki as a CMS (Content Management System) because of its ability to export static pages.
Instiki lowers the barriers of interest for when you might consider using a wiki. It’s so simple to get running that you’ll find yourself using it for anything – taking notes, brainstorming, organizing a gathering.
Tags: #javascript
-
fastD
:rocket: A high performance PHP API framework.
- PHP >= 5.6
- ext-curl
- ext-pdo
- ext-swoole
Tags: #php • high-performance • swoole
-
ruby-debug-ide
An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
The ‘ruby-debug-ide’ gem provides the protocol to establish communication between the debugger engine (such as debase or ruby-debug-base) and IDEs (for example, RubyMine, Visual Studio Code, or Eclipse). ‘ruby-debug-ide’ redirect commands from the IDE to the debugger engine. Then, it returns answers/events received from the debugger engine to the IDE. To learn more about a communication protocol, see the following document: ruby-debug-ide protocol.
Tags: #ruby
-
obsidian
GraphQL, built for Deno - a native GraphQL caching client and server module
- GraphQL query abstraction and caching improving the performance of your app
- SSR React wrapper, allowing you to cache in browser
- Configurable caching options, giving you complete control over your cache
- Fullstack integration, leveraging client-side and server-side caching to streamline your caching strategy
- Support for the full GraphQL convention
- Support for client-side and server-side cache invalidation
- Optional GraphQL DoS attack mitigation security module
Tags: #typescript • deno • graphql
-
Papercut-SMTP
Papercut SMTP – The Simple Desktop Email Server
If you ever send emails from an application or web site during development, you’re familiar with the fear of an email being released into the wild. Are you positive none of the ‘test’ emails are addressed to colleagues or worse, customers? Of course, you can set up and maintain a test email server for development – but that’s a chore. Plus, the delay when you are waiting to view new test emails can radically slow your development cycle.
Tags: #javascript • papercut • smtp-server
-
graphql-mesh
GraphQL Mesh — Query anything, run anywhere
The way GraphQL Mesh works is:
- Collect API schema specifications from services
- Create a runtime instance of fully-typed SDK for the services.
- Convert API specs to GraphQL schema
- Applies custom schema transformations and schema extensions
- Creates fully-typed, single schema, GraphQL SDK to fetch data from your services.
Tags: #typescript • graphql • rest-api
subscribe via RSS