We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba77669 commit 91f9c97Copy full SHA for 91f9c97
1 file changed
reproduce_vae_mapping.py
@@ -78,11 +78,10 @@ def test_vae_key(pt_key):
78
print(f"Final Flax Key: {flax_key}")
79
80
if __name__ == "__main__":
81
- # Test cases from missing keys log
+ # Test cases from inspection (WITH .conv.)
82
test_keys = [
83
- "decoder.up_blocks.1.resnets.1.conv1.weight",
84
- "encoder.down_blocks.0.resnets.0.conv1.weight",
85
- "decoder.mid_block.resnets.0.conv1.weight", # Example guessing structure
+ "decoder.up_blocks.0.resnets.2.conv2.conv.weight",
+ "decoder.mid_block.resnets.0.conv1.conv.weight",
86
]
87
88
for k in test_keys:
0 commit comments