Skip to content

What is the learning rate and how many iterations for train #4

@lijialin03

Description

@lijialin03

Hi, I noticed that N_iter = 0 for training in code. What is real number of N_iter?

Train the identifier

model.idn_u_train(N_iter=0)
model.idn_f_train(N_iter=0)

What is more, there is no learning rate set for adam optimizer. Is that mean lr is 0.001 which is default?

optimizer

self.sol_optimizer_Adam = tf.train.AdamOptimizer()

Thank you for your reply!

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