We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What package version of sonnet are you using please? When I am running on the latest version of that package I am seeing the error:
sonnet
AttributeError Traceback (most recent call last) Cell In[5], [line 2](vscode-notebook-cell:?execution_count=5&line=2) [1](vscode-notebook-cell:?execution_count=5&line=1) """Defining the model (using a Sonnet module)""" ----> [2](vscode-notebook-cell:?execution_count=5&line=2) class Model(snt.AbstractModule): [3](vscode-notebook-cell:?execution_count=5&line=3) def __init__(self, filter_size=(9,9), name="model"): [4](vscode-notebook-cell:?execution_count=5&line=4) super(Model, self).__init__(name=name) AttributeError: module 'sonnet' has no attribute 'AbstractModule'
for the file experiment_bouncingMnistOriginal_tensorflow.ipynb
experiment_bouncingMnistOriginal_tensorflow.ipynb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What package version of
sonnet
are you using please? When I am running on the latest version of that package I am seeing the error:for the file
experiment_bouncingMnistOriginal_tensorflow.ipynb
The text was updated successfully, but these errors were encountered: