Ethantequila

Results 4 issues of Ethantequila

I wanna do some finetune works based on my own dataset, I create LMDB dataset based on the guideline in the repo: `python prepare_data.py --out LMDB_PATH --n_worker N_WORKER --size SIZE1,SIZE2,SIZE3,......

![image](https://user-images.githubusercontent.com/22416239/132646714-b96181e5-ec7e-4e59-8d84-af19dcd67683.png) ``` python -u tools/main.py --config-file configs/pix2pix_YNBY.yaml [09/09 06:48:44] ppgan INFO: Configs: {'epochs': 200, 'output_dir': 'output_dir_pix2pix/pix2pix_YNBY-2021-09-09-06-48', 'enable_visualdl': True, 'model': {'name': 'Pix2PixModel', 'generator': {'name': 'UnetGenerator', 'norm_type': 'batch', 'input_nc': 3, 'output_nc': 3,...

创建了conda虚拟环境,安装好了paddle、paddle_fl,但是在import paddle_fl的时候报错。import paddle正常。环境:Cuda10.1 Nvidia driver440 ,系统centos7.7 ![image](https://user-images.githubusercontent.com/22416239/89999841-f4146e80-dcc1-11ea-9de4-b661f8a009b7.png)

Hi I try to run a demo(BLIVA_Vicuna 7B) in my local machine(V100, 16GB), It comes with a OOM error: torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 86.00 MiB (GPU...