项目作者: emaballarin

项目描述 :
:fire: Collection of PyTorch additions, extensions, utilities, uses and abuses... for personal use
高级语言: Python
项目地址: git://github.com/emaballarin/ebtorch.git
创建时间: 2021-02-19T19:09:49Z
项目社区:https://github.com/emaballarin/ebtorch

开源协议:Apache License 2.0

下载


:fire: ebtorch

Collection of PyTorch additions, extensions, utilities, uses and abuses.


Getting started

Due to the dependency of ebtorch on:

  • the latest (unpublished) upstream version of AdverTorch;
  • TorchAttacks, which in turn depends (probably too tightly) on requests~=2.25.1,

the recommended way of installing ebtorch, at the moment, is the following:

  1. pip install --upgrade "ebtorch>=0.25.9" "git+https://github.com/BorealisAI/advertorch.git" "requests>=2.28"

Within Google Colab, it can be installed (together with all missing dependencies) with:

  1. !pip install "fire>=0.6" "medmnist>=3" "torchattacks>=3.5.1" "git+https://github.com/BorealisAI/advertorch.git" "ebtorch>=0.25.9" --no-deps