[Question][MetaSchedule] How to jsonify TuningRecord and Workload in MetaSchedule?

Hi there,

I’m trying to implement a custom PyDatabase for MetaSchedule while referencing JSONDatabase and the previous MemoryDatabase. I want to jsonify TuningRecord and Workload into JSON in Python. But I can’t find any good resources for that.

Anyone can help me? Thanks!

Ah, never mind. I could do that with Workload.as_json() and TuningRecord.as_json().

1 Like