A handy tool to deal with the Library cache file

A handy tool to deal with the Library cache file. Parse Library cache Remove Library cache The script parses the Library cache file into a readable format.It categorizes every URL by their file extension. (.png, .jpg, .room etc.) It also displays the file’s cache date. Once done parsing, it exports the parsed library in a .txt file. This may change in the future to be easier to work with. The script tries to automatically locate the Library file from AppData. […]

Read more

Utilities and information for the signals.numer.ai tournament

Utilities and information for the signals.numer.ai tournament using eodhistoricaldata.com eodhistoricaldata.com provides excellent historical price coverage for the signals universe. There are two main challenges with it: Ticker mapping from bloomberg to eod tickers Lack of coverage for Japan, Czech Republic and New Zealand Building the ticker map To build the mapping from bloomberg_ticker to eodhd, use: python build_eodhd_map.py This will retrieve: live_universe (a small 40 KB file just listing the ~5,340 tickers in current round) historical_targets (a large 150 MB […]

Read more

An open source bot worked on by many people to create a good and safe moderation bot for all

Greetings, I see you have stumbled upon project glow. Project glow is an open source bot worked on by many people to create agood and safe moderation bot for all. Adding to the bot is simple! First create a fork of the bot by clicking on the fork button in the top right coner. Then, create a clone by installing git into your pc. After this is done and setup, run git clone https://github.com/Glowstik-YT/projglow in whatever directory you wish to […]

Read more

StARformer: Transformer with State-Action-Reward Representations

This repository contains the PyTorch implementation for our paper titled StARformer: Transformer with State-Action-Reward Representations.We learn local State-Action-Reward representations (StAR-representations) to improve (long) sequence modeling for reinforcement learning (and imitation learning). Results Installation Dependencies can be installed by Conda: conda env create -f my_env.yml And install Atari ROMs. Datasets Please follow this instruction for datasets. Example usage See run.sh or below:

Read more

FACIAL: Synthesizing Dynamic Talking Face With Implicit Attribute Learning

PyTorch implementation for the paper: FACIAL: Synthesizing Dynamic Talking Face with Implicit Attribute Learning Chenxu Zhang,Yifan Zhao,Yifei Huang,Ming Zeng,Saifeng Ni,Madhukar Budagavi,Xiaohu Guo ICCV 2021 Run demo on Google Colab Requirements conda create -n audio_face conda activate audio_face sudo apt-get install ffmpeg pip install -r requirements.txt you may add opencv by conda. Citation

Read more

AASIST: Audio Anti-Spoofing using Integrated Spectro-Temporal Graph Attention Networks

This repository provides the overall framework for training and evaluating audio anti-spoofing systems proposed in ‘AASIST: Audio Anti-Spoofing using Integrated Spectro-Temporal Graph Attention Networks’ Getting started requirements.txt must be installed for execution. We state our experiment environment for those who prefer to simulate as similar as possible. pip install -r requirements.txt Our environment (for GPU training) Based on a docker image: pytorch:1.6.0-cuda10.1-cudnn7-runtime GPU: 1 NVIDIA Tesla V100 About 16GB is required to train AASIST using a batch size of 24 […]

Read more
1 515 516 517 518 519 1,022