Official Python package for Deep Kernel Shaping (DKS) and Tailored Activation Transformations (TAT)

This Python package implements the activation function transformations andweight initializations used Deep Kernel Shaping (DKS) and Tailored ActivationTransformations (TAT). DKS and TAT, which were introduced in the DKS paper andTAT paper, are methods constructing/transforming neural networks to make themmuch easier to train. For example, these methods can be used in conjunction withK-FAC to train deep vanilla deep convnets (without skip connections ornormalization layers) as fast as standard ResNets of the same depth. The package supports the JAX, PyTorch, and TensorFlow […]

Read more

A python application used for downloading YouTube playlists and videos

A python application used for downloading YouTube playlists and videos. 1- Open a terminal window 2- Program arguments:   . Download type:      * “-p”: for a playlist      * “-v”: for a video    . Playlist / video URL    . In case of downloading a playlist, the next two arguments should be two integers:      * The first integer is the index of the first video in the playlist (the videos are 1-indexed)      * The second integer is the index of the last video in the playlist (enter -1 […]

Read more

A python script to force authentification using MS-RPRN RemoteFindFirstPrinterChangeNotificationEx function (opnum 69)

A python script to force authentification using MS-RPRN RemoteFindFirstPrinterChangeNotificationEx function (opnum 69). Features Requires: A valid username and password on the domain. Force authentification using MS-RPRN RemoteFindFirstPrinterChangeNotificationEx function (opnum 69). 🐍 Python 3 and Python 2 compatibility. Targets either a single IP or a range of IPs. Usage

Read more

Discord Multi Tool-PY is a multi-threaded Discord Self Bot and it is used for many features such as the token joiner and MassDM

By Shahzain This project was inspired by DMDGO by Vanshaj https://github.com/V4NSH4J/discord-mass-DM-GO Discord Multi Tool-PY is a multi-threaded Discord Self Bot and it is used for many features such as the token joiner and MassDM Proxyless/HTTP Proxy Support Token Joiner Token Bio Changer Token Username Changer Token Format Changer [Email:Pass:Token] => [Token] MassDM Single DM Spam Server Joiner(Captcha support) Server Leaver Member Scrapper Reaction adder Username Scrapper(Soon) Easy to use and setup Server spammer(Has MassMention) Token Checker This can send multiple […]

Read more

Scrapping malaysianpaygap & Extracting data from the Instagram posts

Recently @malaysianpaygap has gotten quite famous as a platform that enables workers throughout Malaysia to anonymously share their salaries amongst other Malaysians. Its a great initiative and I am fully supportive behind ensuring that Malaysians are not taken advantage of by companies and get a liveable wage(especially when inflation is sky high). NOTE: If you just want the data then you can download the zipped folder from here. How to run Run the following to get conda environment setup conda […]

Read more

METU Auto Capacity Checker

class_code string Class code e.g. 201 (Circuit 1) department_code string Department code e.g. 567 (Electrical Electronics Engineering) driver_path string Chromedriver or Firefox Driver path refresh_rate int Refresh rate for checker in seconds e.g. 5 section_no int Section no e.g. 1 semester string Semester code e.g. 20212 (2021-2022 Spring) voice_feedback bool True if you want voice feedback. Tested only on macOS    

Read more

Jittor implementation of Vision Transformer with Deformable Attention

This repository contains a simple implementation of Vision Transformer with Deformable Attention [arXiv]. Currently, we only release the code of models and the training scripts are under development including advance data augmentations and mixed precision training. Pytorch version: Github Dependencies NVIDIA GPU + CUDA 11.1 + cuDNN 8.0.3 Python 3.7 (Recommend to use Anaconda) jittor == 1.3.1.40 jimm TODO Training scripts with advance data augmentations. Citation If you find our work is useful in your research, please consider citing: @misc{xia2022vision, […]

Read more

An asynchronous API wrapper for the DhravyaAPI

DhravyaPy DhravyaPy works with Python 3.8+ Features Easy to use OOP design Get random jokes Get random topics Generate images and memes Installation To install the library through PyPi use:- To install the development version(using git):- pip install git+https://github.com/27Saumya/dhravyapy Examples To get a random joke import dhravyapy import asyncio async def main(): joke = await dhravyapy.Fun().joke() print(joke) if __name__ == “__main__”: loop =    

Read more

A sudoku solver that fills it out for you on sudoku.com

Built with Prerequisites Usage Clone the repository: git clone https://github.com/nexxeln/sudoku.com-solver Create a new virtual environment: python -m venv venv Activate the virtual environment Windows: venv/Scripts/activate Linux: venv/bin/activate MacOS: venv/bin/activate Install the dependencies: pip install -r requirements.txt Go to sudoku.com and create a new game Run the program: python sudoku.py Enter all the rows of the puzzle in the terminal, for the empty cells enter 0 Click on the first cell of the puzzle within 10 seconds to start solving Do […]

Read more
1 221 222 223 224 225 935