How to replace certain values in Tensorflow tensor with ...
https://stackoverflow.com/questions/44657388How to replace certain values in Tensorflow tensor with the values of the other tensor? Ask Question Asked 4 years, 6 months ago. Active 4 years, ... Viewed 18k times 11 I have a Tensorflow tensor A of size (64, 2, 82, 1), and I want to replace its (:, :, 80:82, :) part with the corresponding part of the tensor B (also (64, 2, 82, 1) size).