Hypo

Results 59 comments of Hypo

This may caused by the last shortcut. I will try to replace it. ```python def forward(self, stream, previous): this_shortcut = stream[:,:,self.N] stream = self.encoder3d(stream) stream = stream.reshape(stream.size(0),stream.size(1),stream.size(3),stream.size(4)) previous = self.encoder2d(previous)...

When creating dataset, it only "Find images: 1". And if this image don't fit the filter, the output will be empty. You can try more images. And the next problem:...

@ethanfel A good job! I haven't used the code that generates dataset for a long time and it may have some bugs. I look at your code and some changes...

@ginpigin I will fix my code and show how to determine some parameters. And whenever you see "freeze_support()" error, it mean you have to make sure ”--load_thread 1“ or run...

> > python train.py --dataset ../../datasets/video/face --savename face --n_blocks 4 --lambda_GAN 0.01 --loadsize 286 --finesize 256 --batchsize 16 --n_layers_D 2 --num_D 3 --n_epoch 200 --gpu_id 0 --load_thread 1 > >...

請問你運行的是哪個模型,運行的時候顯存有占用嗎?

It looks like that your pc doesn't have enough memory. Please check memory usage when running the program.

You have to download this file: 'mosaic_position.pth' and put it with models in a same folder.

Thanks for your suggestion, I will put it into my todo list.