Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Simple torch module implementation of Alias-Free GAN.
This repository including
Alias-Free GAN style lowpass sinc filter @filter.py
Alias-Free GAN style up/downsample @resample.py
Alias-Free activation @act.py
and test codes @./test
Note: Since this repository is unofficial, filter and upsample could be different with official implementation.
Still working! If you notice some error or typo, please open new issue! v0.0.8 is TESTED
UPDATE: You can download alias-free-torch from pip
python -m pip install alias-free-torch
Due to torch.kaiser_window
and torch.i0
are implemeted after 1.7.0
, our repository need torch>=1.7.0
.
For custom torch users, pip
will not check torch version.
Filter sine | Filter noise |
---|---|
upsample | downsample |
---|---|
Filter L1 norm sine | Filter noise |
---|---|
upsample | downsample |
---|---|
This work is done at MINDsLab Inc.
Thanks to teammates at MINDsLab Inc.
FAQs
alias free torch
We found that alias-free-torch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.