Closed deep-diver closed 2 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
preprocess
part will be updated when the adjusted TFRecords for UNET is ready.
For now, it works fine with the past datasets.
@deep-diver is this PR ready to review?
@sayakpaul
will let you know after reflecting the changes in TFRecord
@sayakpaul
ready for review
Thanks.
Will review tomorrow.
This is a draft PR, and there is an issue that I am working on:
upsampled_logits = tf.image.resize(...
), I get an errorAttributeError: Tensor object has no attribute 'size'.
Important Note:
/data
directory.To reproduce:
feat/trainer
branchtraining_pipeline/requirements.txt
tfx pipeline create --pipeline-path=local_runner.py --engine=local
tfx pipeline compile --pipeline-path=local_runner.py --engine=local
tfx run create --pipeline-name=segformer-training-pipeline --engine=local
if you think I should write a notebook rather than scripts, please let me know.