Fix `TensorflowModel` gradients' labeling
Closes #14 (closed) (see that issue for details on what is being fixed here)
Tasks:
-
update TensorflowModel.compute_batch_gradients
to use variables' names to label the returned tensors -
consider updating TensorflowModel.apply_updates
to run some verifications on inputs' names -
extend Model
unit test suite to include a verification that gradients and weights share the same specifications
Merge request reports
Activity
added bug label
assigned to @paandrey
added 1 commit
- c55a3265 - Fix the labeling of output gradients in `TensorflowModel`.
added 1 commit
- 261ab379 - Add gradients-labeling check to the Model test suite.
The commits pushed until now address the issue identified in issue #14 (closed).
They do not fix issue #15 (closed), which also identifies cases when the misalignment of gradients and variables might break the optimizer computations. Since this issue is more general and requires a minor API extension, I would like to merge the present MR, and open a dedicated one for issue #15 (closed) afterwards.
requested review from @nbigaud
enabled an automatic merge when the pipeline for 261ab379 succeeds
mentioned in commit e8afbe1b