Yuqi Chen

Results 2 issues of Yuqi Chen

I use the following code to convert from Pytorch to Tensorflow however accuracy drop after convert. ```python def pytorch_to_keras( self, model, input_shapes=None, change_ordering=True, verbose=False, name_policy=None, ): input = torch.randn([100, *image_size(DATASET_NAME)])...

I'm working on interpolating irregular time-series. I find that by modifying the code in `examples/latent_ode.py`, I still fail to reproduce the result shown in Fig. 8. Could you please provide...