Add first successful sampling implementation
This commit is contained in:
@@ -113,7 +113,6 @@ impl<B: Backend> UNet<B> {
|
||||
|
||||
// input blocks
|
||||
for block in self.input_blocks.as_array() {
|
||||
println!("{:?}", x.clone().flatten::<1>(0, 3).slice([0..100]).into_data());
|
||||
x = block.forward(x, emb.clone(), context.clone());
|
||||
saved_inputs.push(x.clone())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user