zychen2016
zychen2016
1.你的CNN+Cyclegan 中的CNN和你的baseline中用的CNN是同一个模型? 2.CNN+Cyclegan 是否指的是,先数据增强,再进行CNN?分两个步骤进行?
First step: download your pre_trained model and unzip it. Then download dataset use `bash ./download_datasets.sh apple2orange` Next ` python3 -m create_cyclegan_dataset --image_path_a='./input/apple2orange/testB' --image_path_b='./input/apple2orange/testA' --dataset_name="apple2orange_test" --do_shuffle=0` Then `python3 main.py --to_train=0 --log_dir=./output/AGGAN/exp_01...
深圳-武汉 车次坐席查询为空,查询url: https://kyfw.12306.cn/otn/leftTicket/queryO?leftTicketDTO.train_date=2021-02-08&leftTicketDTO.from_station=SZQ&leftTicketDTO.to_station=WHN&purpose_codes=ADULT, 可以手动查询是否有票 正在第41次查询 停留时间:0.19 乘车日期: 2021-02-08 车次:所有车次 下单无票 无候补机会 耗时:216.4 120.226.55.151 url: /otn/login/checkUser返回参数为空, 接口状态码: 302 这个报错是怎么回事?感谢解答
I have a question: 1.download faster_rcnn_resnet101_coco_2018_01_28 from model_zoo as you mentioned 2. rename dir name to 001 3.run TF Serving successfully! But,why they need to rewrite `exporter.py` ?