Skip to content

Missing requirements file.  #10

Description

@JCrane512

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions