You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleNotFoundError: No module named 'adanet.experimental'
I was going to attempt to use AdaNet with some form of Keras to see if its works to compare fine-tuned pre-trained models for image classification. Does anyone have any ideas or has been trying similar things.
I read the Keras API with AdaNet was upcoming but can't find evidence of release anywhere. If so, which are the best ensemble methods to try beyond averaging model predictions?
Many thanks,
Sicily
The text was updated successfully, but these errors were encountered:
Hi everyone!!!
I'm trying to use AdaNet with ModelFlow in Google Colabs, as per the tutorial here: https://github.com/tensorflow/adanet/blob/master/adanet/experimental/adanet_modelflow_tutorial.ipynb
I tried to install adanet.experimental with https://github.com/tensorflow/adanet/blob/master/adanet/experimental/BUILD , however, this just ends up with the error code:
ModuleNotFoundError: No module named 'adanet.experimental'
I was going to attempt to use AdaNet with some form of Keras to see if its works to compare fine-tuned pre-trained models for image classification. Does anyone have any ideas or has been trying similar things.
I read the Keras API with AdaNet was upcoming but can't find evidence of release anywhere. If so, which are the best ensemble methods to try beyond averaging model predictions?
Many thanks,
Sicily
The text was updated successfully, but these errors were encountered: