[CheckpointWrapper] Allow custom save and load functions through estimator tags
Merged
[CheckpointWrapper] Allow custom save and load functions through estimator tags
estimator-tags
into
master
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
changed milestone to %Bob 9.0.0
added 1 commit
- be583847 - [CheckpointWrapper] Allow custom save and load functions through estimator tags
138 138 if isinstance(samples[0], SampleSet): 139 139 return [ 140 140 SampleSet( 141 self._samples_transform(sset.samples, method_name), parent=sset, mentioned in commit 3caab253
Please register or sign in to reply