ZHAOJING created SINGA-42:
-----------------------------
Summary: Issue when loading checkpoints
Key: SINGA-42
URL: https://issues.apache.org/jira/browse/SINGA-42
Project: Singa
Issue Type: Bug
Reporter: ZHAOJING
When I try loading checkpoints of 4 pretrained RBM models in order to train a
deep autoencoder, the program is stuck.
The problem comes from reseting the version of params loaded from checkpoint
file. After we modify
"optional bool reset_param_version = 67 [default = false];" to "optional bool
reset_param_version = 67 [default = true];"
in src/proto/job.conf. The problem is resolved.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)