openfl
openfl copied to clipboard
Edits to TF 3D Unet BraTS workspace
Some fixes to 'tf_3dunet_brats` workspace:
- Pinning down TF version to 2.8 for this tutorial. The support for
optimizer.get_weights()
has been removed in the recent versions of TF. - Update documentation on running
hello_federation
script and creating softlinks for data directory. - Remove
num_batches
from the plan, sincetrain_iteration
is able to generate batches from the DL itself.