3 comments (3 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python5,477 stars (5,477 stars)1,072 forks (1,072 forks)batch import
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- pythontensorflow
- Domain
- machine learning
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- PythonTensorFlow basicsseq2seq model understanding
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Examine the code where self.eval session.run() is invoked, likely in the evaluation script. Determine the expected output dimensions and compare with actual results. Look at comments or similar issues for clues. Ensure the tensor shapes match the decoder's input requirements.