quantumtrope
08/22/2023, 2:25 PMChris Rabotin
08/22/2023, 2:56 PMJuan Luis
08/22/2023, 3:02 PMChris Rabotin
08/22/2023, 3:12 PMquantumtrope
08/22/2023, 5:34 PM_run
function...Since the run function has access to the data catalog, I could add a memory dataset that can be introspected in the custom _run function to instantiate loops.
@Juan Luis would that make more sense in the short term? I'm not quite sure how the github request you posted would allow the kind of workflow I'm imagining.Juan Luis
08/23/2023, 7:09 AMquantumtrope
08/23/2023, 3:57 PMChris Rabotin
08/23/2023, 4:11 PMquantumtrope
08/23/2023, 4:55 PMcatalog.load("parameters")
, update the part of the dictionary that I need to, then generate a dictionary matching the expected format of the "feed_dict" and then catalog.add_feed_dict(new_params, replace=True)
Chris Rabotin
08/23/2023, 5:10 PMquantumtrope
08/23/2023, 6:37 PM