Skip to content
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

Adanet problem #25

Open
riham-mefleh opened this issue Nov 10, 2018 · 0 comments
Open

Adanet problem #25

riham-mefleh opened this issue Nov 10, 2018 · 0 comments

Comments

@riham-mefleh
Copy link

I had a problem when I ran this code

TypeError Traceback (most recent call last)
in ()
----> 1 results, _ = train_and_evaluate()
2 print("Loss:", results["average_loss"])
3 print("Architecture:", ensemble_architecture(results))

in train_and_evaluate(learn_mixture_weights, adanet_lambda)
24 optimizer=tf.train.RMSPropOptimizer(learning_rate= 0.001),
25 learn_mixture_weights=learn_mixture_weights,
---> 26 seed=42),
27
28 # Lambda is a the strength of complexity regularization. A larger

TypeError: object() takes no parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant