https://github.com/progamergov/captum-bug-report-1
A test repo for reproducing an import related bug
https://github.com/progamergov/captum-bug-report-1
Last synced: about 1 year ago
JSON representation
A test repo for reproducing an import related bug
- Host: GitHub
- URL: https://github.com/progamergov/captum-bug-report-1
- Owner: ProGamerGov
- Created: 2022-07-02T17:34:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T18:12:32.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T12:17:52.469Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```