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

Automatically add KerasInterface to tf #998

Merged
merged 1 commit into from Mar 4, 2023

Conversation

AsakusaRinne
Copy link
Collaborator

Since the package Tensorflow.Keras is separated with Tensorflow.NET, users need to add tf.UseKeras<KerasInterface>(); to enable the tf.keras. This PR use lazy loaded singleton mode to automatically enable tf.keras. Besides, it add some extra supports, which are IOptimizerApi and IModelsApi.

However, some important API such as Activation is still unable to be aligned because of the separation of the two packages.

@AsakusaRinne AsakusaRinne added the api New API or change API label Mar 4, 2023
@Oceania2018 Oceania2018 merged commit ece36e6 into SciSharp:master Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api New API or change API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants