Skip to content

Commit

Permalink
Add TODO to encode comment in VAE export script.
Browse files Browse the repository at this point in the history
  • Loading branch information
eagarvey-amd committed Jul 9, 2024
1 parent 34d3d84 commit 86f3a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/turbine_models/custom_models/sd_inference/vae.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def export_vae_model(
):
fxb = FxProgramsBuilder(vae_model)

# TODO: fix issues with exporting the encode function.
# @fxb.export_program(args=(encode_args,))
# def _encode(module, inputs,):
# return module.encode(*inputs)
Expand Down

0 comments on commit 86f3a80

Please sign in to comment.