Skip to content

Commit

Permalink
fixed a bug in README.md (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
li-li-github authored Nov 20, 2023
1 parent f6871ac commit 6c91e90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ model_args = {
'output_shape': (2, 100, 100),
'fc_output_idx': [2],
'vq_args': {'num_embeddings': 512, 'embedding_dim': 64},
'vq_args': {'num_embeddings': 512},
'num_class': len(datamanager.unique_labels),
'fc_input_type': 'vqvec',
}
Expand Down

0 comments on commit 6c91e90

Please sign in to comment.