Open jleinonen opened 7 months ago
@jleinonen Can you provide more context - If we dont need a regression step, wouldn't this be like training a diffusion model which Modulus already supports a AI researcher from doing?
@jleinonen Can you provide more context - If we dont need a regression step, wouldn't this be like training a diffusion model which Modulus already supports a AI researcher from doing?
@ram-cherukuri We have an example for a diffusion model but it doesn't have nearly all the functionality that the CorrDiff code has now. Whereas disabling the regression step in the CorrDiff codebase should be a matter of a few simple changes according to @mnabian.
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem you would like to solve.
For comparison purposes it would be good to have the ability to train CorrDiff with a plain diffusion model without regression.
Describe any alternatives you have considered
It's possible to do this by plugging in a "regression" model that returns all zeros but this is a rather hacky solution.