cannot make sonnet working!!
See original GitHub issueHi, I’m trying to simply install sonnet, but it is not working. I used instructions on the first page and also did sudo python setup.py build && python setup.py install
it seems to be installed fine but I get the following error, can someone tell me what is going on?: `
import sonnet as snt import tensorflow as tf snt.resampler(tf.constant([0.]), tf.constant([0.])) Traceback (most recent call last): File “<stdin>”, line 1, in <module> File “sonnet/python/ops/resampler.py”, line 65, in resampler raise ImportError(“_gen_resampler could not be imported.”) ImportError: _gen_resampler could not be imported.
`
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:9 (1 by maintainers)
Top Results From Across the Web
AudioKey not pairing with sonnet 1 - HearPeers Forum
I recently purchased an audio link, but I cannot link my CI with audio key. My audiologist doesn't know what minor adjustment she...
Read more >Sonnet Generator
Our sonnet generator lets you input your own words and, if we can't make them work in the sonnet format, we access the...
Read more >How to Write a Sonnet - Dummies.com
Learn how to write a sonnet in a few easy steps to help you better understand poetry concepts like iambic pentameter and proper...
Read more >How to Write a Sonnet Poem in 7 Steps - Udemy Blog
How to write a sonnet · 1. Choose a theme or problem · 2. Pick a type of sonnet · 3. Write in...
Read more >Tips for Teaching a Sonnet to your Students
And — being able to understand (and write!) a sonnet is just so cool! ... Literary critics are still debating meanings and symbols...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@gyang1011 try “/tmp/tensorflow_pkg/tensorflow-1.1.0-cp27-cp27mu-linux_x86_64.whl”. “rc1” string seems to be removed in r1.1 branch. I also follow the above instruction and have successfully installed on alpine based docker image. resampler output is fine.
I use virtual box so I chose to disable CUDA (no GPU and OpenCL)