smr2001

Results 5 comments of smr2001

Can you provide the details of how you coupled MSO to MoLeR when specializing the GoalDirectedGenerator class from GuacaMol?

> > Can you provide the details of how you coupled MSO to MoLeR when specializing the GoalDirectedGenerator class from GuacaMol? > > Roughly speaking, we adapted parts of the...

Also, I have another follow up question about using MSO: when loading the VAE model through the context manager inside some of the methods of the class inheriting BasePSOptimizer, I...

```python def _next_step_and_evaluate(self, swarm, model_dir): """ Method that wraps the update of the particles position (next step) and the evaluation of the fitness at these new positions. :param swarm: The...

While using the encode and decode methods of the wrapper class, I often get the error 'VaeWrapper' object has no attribute '_inference_server'. Is there some way to fix this?