Skip to content

Commit

Permalink
Issue #315 -Turning Blocking off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
singh96aman committed Oct 22, 2023
1 parent 90e962e commit 86c5ef0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def set_config(c):
c.compress_to_latent_space = False
c.save_error_bounded_deltas = False
c.error_bounded_requirement = 1
c.convert_to_blocks = [5, 5, 5]
c.convert_to_blocks = False
# c.custom_loss_function = "loss_function_swae"


# def set_config(c):
Expand Down

0 comments on commit 86c5ef0

Please sign in to comment.