learning example xor
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
-model.fit(X, y, verbose=True, batch_size=1, nb_epoch=1000)
+model.fit(X, y, verbose=True, batch_size=1, epochs=1000)
$python maketflite.py
Traceback (most recent call last):
File "maketflite.py", line 2, in <module>
import tensorflow.contrib.lite as lite
ModuleNotFoundError: No module named 'tensorflow.contrib'
$ python --version
Python 3.8.10
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 by running maketflite.py with the reported Python 3.8 environment and inspect its tensorflow.contrib.lite import, then review the XOR learning example where model.fit uses epochs. Done means the example and maketflite.py run without the reported import error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100