-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
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:
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
Metadata
Metadata
Assignees
Labels
No labels