4. 基于notebook 进行模型复现 该部分我们将提供基于notebook进行FFA-Net模型复现的详细代码。所有用到的自己编写的代码都在notebook中,没有其他.py文件。 In [2] import paddle from paddle import nn import paddle.nn.functional as F from paddle.vision.models import vgg16 import paddle.distributed as dist...
python tools/export_model.py -c configs/estimation/adds/FFA_cfg.yaml -p ../work/ITS_3_19_400000_transform.pdparams -o inference/FFA 使用预测引擎推理 python tools/predict.py --input_file data/FFA/infer_example/ --config configs/estimation/adds/FFA_cfg.yaml --model_file inference/FFA/FFA....