Michal Szutenberg

Results 9 comments of Michal Szutenberg

Hi @MR-T77 I tried to reproduce it: - tensorflow-cpu 2.5.0 - tfa-nightly 0.15.0.dev20210922190150 - Ubuntu 20.04.1 LTS Everything seems to be ok. Please check if you can run the following...

@MR-T77 It looks that there are no issues with TFA but there are missing GPU kernels which breaks collocation. You need to check what types do you use with Equal,...

@MR-T77 maybe the easiest would be to provide the code so that we can reproduce it locally. İf you want to debug it on your own then set TF_CPP_MAX_VLOG_LEVEL to...

Hi @MR-T77 I'm back. Have you solved the issue? Today I tried to reproduce your problem and unfortunately, the code requires pickle which is not attached. I created dummy training...

Hi @MR-T77 , I'm sorry but it seems that one more file is missing: definitions.py `` Traceback (most recent call last): File "problem_TCN.py", line 183, in simple_TCN(dataset) File "problem_TCN.py", line...

Hi @MR-T77 , Unfortunately now I have another error: `AttributeError: Can't get attribute 'Dataset' on ` Could you please prepare google colab which demonstrates your problem? Note that you don't...

Hi @MR-T77 I took the code from colab and was able to run it in my virtual env (Ubuntu 20.04): tensorflow-gpu 2.5.0 tfa-nightly 0.15.0.dev20210922190150 All ops Equal are placed on...

Hi @fguimara , I didn't get exactly the same error message (full code is not attached) but I think that something is wrong with your code snippet. Output shape should...

Also we need tag v4.0. @pgmpablo157321 @mrmhodak - any update here?