asapinto
asapinto
Hi, My MacOS version is 10.12.5 and my Max version is 7.3.4. Thanks in advance. Best On 25 July 2017 at 10:26, Adam Stark wrote: > Hi! > > Which...
Thank you for your feedback. On Wed, 2 Aug 2017 at 10:08, Adam Stark wrote: > I think it is just that I would need to update the Max object...
@rosas-github : I had the same problem as you, and found instructions to building the proper wheel with bazel here: https://github.com/tensorflow/addons/issues/2503. Nevertheless, I'm still having problems as I can't run...
Hi @szutenberg! It seems something was broken with my conda environment (I tried so many things...). I uninstalled tensorflow-addons (0.14) and reinstalled tfa-nightly, and now I can import tfa without...
@szutenberg I'm a newbie on this type of things, sorry. Could you please point me to more detailed description of what I need to do? Thanks in advance
Also, I'm not using any custom code here. It's a simple BLSTM (3-layer keras Bidirectional(simpleRNN) with a dense output)
@szutenberg thank you so much for your availability to help! I'll try to understand what's wrong until 12th October. If I'm unsuccessful, I'll contact again.
@szutenberg anyways, I leave here the code I'm using, just in case it's a easy thing you can spot on: ``` import os import pickle import numpy as np from...
> Have you already tried with https://www.tensorflow.org/api_docs/python/tf/config/set_soft_device_placement ? Yes, it's there in the code: "tf.config.set_soft_device_placement(True)"
Hi @szutenberg! Unfortunately no, I have not solved the issue, although I have tried everything I could. But right now, and with this short snippet (from 30-Set) the behaviour is...