sonnet
sonnet copied to clipboard
TensorFlow-based neural network library
The following code doesn't work: ``` import tensorflow as tf import numpy as np import sonnet as snt class A(): def __init__(self): self.train_core, test_core = snt.lstm_with_recurrent_dropout(1, dropout=0.5) @tf.function def forward(self,...
I cannot find modules like AffineGridWarper in sonnet's documentation. Is there a complete documentation for sonnet functions and modules?
Is it possible to update the example for vqvae to also include how to use it on raw audio and/or video data? Thank you
It appears that the manifest is missing at least one file necessary to build from the sdist for version 2.0.0. You're in good company, about 5% of other projects updated...
Hi, thx for your guys' great works. Is there any compressive transformers pre-trained model releasing plan? Want to see CT as backbone of GPT2 or BERT on long document like...
Hi, I'm interested to try v2 branch because I'm building something similar ( a library of modules ) and would be keen to cross-pollinate. Would it be possible to get...
Hi, The test `TrainableStateTest.testForCore` in `sonnet/src/recurrent_test.py` fails consistently when I run it with either tensorflow 1.5 or 2.0 Is this expected or is there a dependency issue? I am on...
I train a GAN model with relational rnn as my discriminator, I use tensorflow 1.12.0 and python 2.7. I use tf.contrib.framework.gan.gan_model() as my GAN model. Part of code : ```...
The build fails due to protobuf: ``` DEBUG: Call stack for the definition of repository 'com_google_protobuf' which is a git_repository (rule definition at /build/output/external/bazel_tools/tools/build_defs/repo/git.bzl:252:18): - /build/source/WORKSPACE:5:1 ERROR: /build/output/external/com_google_protobuf/protobuf.bzl:130:19: Traceback (most...