You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
training with train_fc.py leaves me with this output on the console:
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.
The text was updated successfully, but these errors were encountered: