Hello,
I would like to run inference using your provided pretrained model without additional training or data binarization. However, when I tried to run it, I encountered many required files in the data/ directory. On the other hand, there are no clear examples explaining input information format. For instance, in style_transfer.py, in the example_run function, it does not specify the expected format of information in inp.
Could someone share your experience or provide guidance on this?
Additionally, if I want to use my own data (e.g., annotated data from OpenCpop) for inference with the pretrained model, what steps should I follow?
Thank you!
Hello,
I would like to run inference using your provided pretrained model without additional training or data binarization. However, when I tried to run it, I encountered many required files in the
data/directory. On the other hand, there are no clear examples explaining input information format. For instance, instyle_transfer.py, in theexample_runfunction, it does not specify the expected format of information ininp.Could someone share your experience or provide guidance on this?
Additionally, if I want to use my own data (e.g., annotated data from OpenCpop) for inference with the pretrained model, what steps should I follow?
Thank you!