I have trained the cyclegan algorithm, but it needs to be deployed in the cloud. My algorithm needs to be adjusted in the background, and an inference.py of cyclegan is required.
Not sure if we can help you with that, as the details can be very diverse. I think you can write your own code by looking at test.py, which shows how to instantiate the model and do inference.
I have trained the cyclegan algorithm, but it needs to be deployed in the cloud. My algorithm needs to be adjusted in the background, and an inference.py of cyclegan is required.