-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
When I run the conv_net_train.py, the process is holding and the Terminal output is as follows.
('loading data...',)
data loaded!
model architecture: CNN-static
using: word2vec vectors
[('image shape', 153, 300), ('filter shape', [(200, 1, 1, 300), (200, 1, 2, 300), (200, 1, 3, 300)]), ('hidden_units', [200, 200, 2]), ('dropout', [0.5, 0.5, 0.5]), ('batch_size', 50), ('non_static', False), ('learn_decay', 0.95), ('conv_non_linear', 'relu'), ('non
_static', False), ('sqr_norm_lim', 9), ('shuffle_batch', True)]
... training
Your ideas are highly appreciated. @amirmohammadkz
Thanks.
Metadata
Metadata
Assignees
Labels
No labels