Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train_fc.py throws error #3

Open
jagottsicher opened this issue Oct 13, 2019 · 1 comment
Open

train_fc.py throws error #3

jagottsicher opened this issue Oct 13, 2019 · 1 comment

Comments

@jagottsicher
Copy link

training with train_fc.py leaves me with this output on the console:

Traceback (most recent call last):
  File "train_fc.py", line 90, in <module>
    'Accuracy': history.history['acc'] + history.history['val_acc']
KeyError: 'acc'

looks for me very similar like the stuff mentioned in the pull request

BTW:
In the (German) article related to this repository some information was promised how to produce the graphs, but I found no additional info about it.

@BobGenom
Copy link

BobGenom commented Nov 25, 2019

Für mich lag der Schlüssel in der Verwendung des Jupyter Notebooks. Darin werden auch die Grafiken angezeigt. Das wird wohl implizit voraus gesetzt denn die requirements liegen hier im GIT. Das geht so:

pip install -r visualisation_requirements.txt
python -m notebook

Und darin dann "MNIST für Einsteiger.ipynb" öffnen.

Auf der Commandline geht das zwar auch alles irgendwie - so fing ich zunächst an. Ist aber ein gemurkse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants