asapinto
asapinto
And to be complete, in my original code (the one with conv layers) I am getting the same error as initially exposed ("Cannot assign a divide for operation..."). Nevertheless, if...
Hi @szutenberg, I'm so sorry for that, the pickle file was saved in a module definitions.py, that's why it is requesting that file, although it does not need it. I...
Hi @szutenberg and @bhack : sorry for my late reply but I was trying to generate dummy data, but I couldn't do it without further errors (I'm a newbie). I...
Hi @szutenberg, So, do you think it is some clash between libraries in my environment or other reason?
I just want to clarify that I can run this exact code with no problems if I use tf.keras.Adam. If I start using tf-addons optimizers (e.g. Radam) I get the...
Hi @bhack , I did as you said and got this: ` warnings.warn( args_0: (_Arg): /job:localhost/replica:0/task:0/device:CPU:0 GeneratorDataset: (GeneratorDataset): /job:localhost/replica:0/task:0/device:CPU:0 NoOp: (NoOp): /job:localhost/replica:0/task:0/device:CPU:0 Identity: (Identity): /job:localhost/replica:0/task:0/device:CPU:0 FakeSink0: (Identity): /job:localhost/replica:0/task:0/device:CPU:0 identity_RetVal: (_Retval):...
> Have you tried to see if it is failing with: > > https://www.tensorflow.org/api_docs/python/tf/config/set_soft_device_placement Yes, these errors happen also with `tf.config.set_soft_device_placement(True)`. (and you already had that same question 21 days...
Hi there! Any comment on this? Thanks.
I'm pretty sure your tool is ready for my use-case, so I'd guess I'm the one missing something about your tool. Let me try a better explanation about my listening...
Thank you so much for the answer. Well, at first glance it seems complicated, as this would be for 20 randomised files/pages, plus another randomised full run... Best.