-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How long have CMA-ES cost on training? #3
Comments
import os os.environ['CUDA_VISIBLE_DEVICES'] = '2' sess=tf.Session(config=config) def cal_loss(par):
def cal_accuracy(par):
def main():
if name == 'main': |
I put my code there.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How long have CMA-ES cost on training?
I wanna use tensorflow to test the CMA-ES on MNIST, as the same networks as yours, the training time become slower as the iteration increase.....
And the loss_val (cross-entropy) and accuracy have no obvious change after 50 iteration....(it have cost about 5 hours)
I use the same hyper-parameter as your setting...(population:101,sigma:0.01)
The text was updated successfully, but these errors were encountered: