Summary
Currently, PyTorch ZBLModel input.json only takes one type_map, we may want to allow three type_map inputs
Detailed Description
The input.json need to be reformatted, should take a list of two models, one DPModel, one PairTabModel. Each model should have its own type_map input.
- need to update
get_zbl_model function
- need to update
input.json
Further Information, Files, and Links
No response
Summary
Currently, PyTorch ZBLModel
input.jsononly takes onetype_map, we may want to allow threetype_mapinputsDetailed Description
The
input.jsonneed to be reformatted, should take a list of two models, one DPModel, one PairTabModel. Each model should have its owntype_mapinput.get_zbl_modelfunctioninput.jsonFurther Information, Files, and Links
No response