Skip to content

python classification.py command does not complete #3

@ghost

Description

  • racket version: latest. built from github repo
  • Python version: 3.6
  • Operating System: Windows 10

Description

python classification.py command does not complete. It shows model fit output and then just stops there. Please see the output below

(racket) C:\racket\test3>python classification.py
get data
WARNING:tensorflow:From C:\Users\PrakashD\.conda\envs\racket\lib\site-packages\tensorflow\python\ops\resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
WARNING:tensorflow:From C:\Users\PrakashD\.conda\envs\racket\lib\site-packages\tensorflow\python\ops\resource_variable_ops.py:435: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
Train on 60000 samples, validate on 10000 samples
Epoch 1/3
 - 2s - loss: 0.5205 - acc: 0.8199 - val_loss: 0.4601 - val_acc: 0.8381
Epoch 2/3
 - 2s - loss: 0.3947 - acc: 0.8600 - val_loss: 0.4227 - val_acc: 0.8465
Epoch 3/3
 - 2s - loss: 0.3506 - acc: 0.8738 - val_loss: 0.3748 - val_acc: 0.8673

What I Did

python classification.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions