Yumao Fan

Results 5 comments of Yumao Fan

I've solved it. The list_eval_partition.txt and list_attr_celeba.txt file can be download from celebA official site. ```python import os train_list = [] val_list = [] test_list = [] with open("Anno/list_eval_partition.txt") as...

I fixed use this method: 1. git clone this source code 2. pip install .

You are right, I will update it ASAP.

@G-Bong I have just solved it, The question occurs when PyTorch F.interpolate module converts to ONNX-Resize layer, The interpolate size param can't mapping with ONNX-Resize scale_factor param. So, you can...

Please refer #116