Skip to content
Snippets Groups Projects
Commit bcdebc85 authored by dwmorris11's avatar dwmorris11
Browse files

remove TODO comment

parent def2c015
No related branches found
Tags v0.2.8
No related merge requests found
......@@ -63,9 +63,6 @@ class LayerConfig:
):
self.encoder_type = encoder_type
if encoder_name is None:
# if encoder_name is not provided, use the default encoder for type
# TODO base these values on default values in encoders themselves..
# TODO without initializing them (as this is just config)
for encode_type in EncoderType:
if encode_type.value == self.encoder_type:
if self.encoder_type == EncoderType.HUGGINGFACE.value:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment