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

Missing requirements file. #10

Open
JCrane512 opened this issue Jan 15, 2024 · 0 comments
Open

Missing requirements file. #10

JCrane512 opened this issue Jan 15, 2024 · 0 comments

Comments

@JCrane512
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant