config file is missing
#1
by
Ouz-G
- opened
It would be great to quickly test the model with HF pipeline.
pipe = pipeline("image-segmentation", model="IGNF/FLAIR-INC_rgbie_12cl_resnet34-unet")
but this throws an error of: OSError: IGNF/FLAIR-INC_rgbie_12cl_resnet34-unet does not appear to have a file named config.json.
Dear
@Ouz-G
, sorry for the late reply.
The current model was trained using custom libraries, dataloader included. As such to make it work trough a HF pipeline it would require further changes than adding a config file..
This is unfortunately currently not planned.