ml-research / ml-research/SLASH
No module EinsumNetwork
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
I have followed the instructions in README.md for cloning and installation.
I was trying to run python train.py from /src/experiments/mnist_top_k
But I got the error:
start importing...
Traceback (most recent call last):
File "train.py", line 23, in
from einsum_wrapper import EiNet
File "../../einsum_wrapper.py", line 4, in
from EinsumNetwork import EinsumNetwork, Graph
ModuleNotFoundError: No module named 'EinsumNetwork'
Can anyone tell me what the error is?
Thanks in advance.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the installation steps in README.md and the import path from src/experiments/mnist_top_k/train.py through einsum_wrapper.py. Check how the EinsumNetwork module is expected to be provided, then rerun python train.py from the same directory. Done means the import no longer raises ModuleNotFoundError and execution proceeds past startup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100