ProGamerGov / captum-bug-report-1

A test repo for reproducing an import related bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test ReadMe

git clone https://github.com/ProGamerGov/captum-bug-report-1
cd captum-bug-report-1
pip3 install -e .

# If testing on a notebook, uncomment these 2 lines
# import sys
# sys.path.append('/content/captum-bug-report-1')
cd ..

These imports will fail, but I need them to not fail:

import captum.optim.images as images
import captum.optim.transforms as transforms

import captum.optim.reducer as reducer
import captum.optim.dataset as dataset

About

A test repo for reproducing an import related bug


Languages

Language:Python 96.5%Language:Batchfile 2.0%Language:Makefile 1.5%