首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • [python]Swin Transformer图像分类安装和训练官方教程

    main.py \ --cfg <config-file> --data-path <imagenet-path> [--batch-size <batch-size-per-gpu> --output <output-directory --cfg <config-file> --data-path <imagenet-path>/train [--batch-size <batch-size-per-gpu> --output <output-directory swin_base__img192_window6__800ep.yaml --batch-size 128 --data-path <imagenet-path>/train [--output <output-directory data-path <imagenet-path> --pretrained <pretrained-ckpt> [--batch-size <batch-size-per-gpu> --output <output-directory __800ep.yaml --batch-size 128 --data-path <imagenet-path> --pretrained <pretrained-ckpt> [--output <output-directory

    50210编辑于 2025-07-17
  • 来自专栏AllTests软件测试

    Selenium IDE命令行运行器

    selenium-side-runner --filter smoke 3、将测试结果输出到文件 如果需要将测试结果导出到文件中(例如,当作为 CI 进程的一部分运行时),可以使用 --output-directory --output-directory 定义了测试结果文件的放置位置,可以采用绝对路径或相对路径。 selenium-side-runner --output-directory=results selenium-side-runner --output-directory=results --output-format =jest selenium-side-runner --output-directory=results --output-format=junit 4、指定默认配置 可以将运行时参数存储在配置文件中

    3.1K20编辑于 2023-01-05
  • 来自专栏技术指北

    fastbot-稳定性测试工具使用教程android版

    遍历时间:--running-minutes 时间 --throttle 事件频率 遍历事件频率,建议为500-800 可选参数 --bugreport 崩溃时保存bug report log --output-directory com.android.commands.monkey.Monkey -p com.XX.XXX --agent reuseq --running-minutes 20 --throttle 600 -v -v --bugreport --output-directory --output-directory /sdcard/xxx 路径,那么结果运行完之后来对应的路径获取即可。

    2.9K11编辑于 2023-12-13
  • 来自专栏全栈程序员必看

    adb命令fastboot线刷_fastboot线刷

    时间 –throttle 事件频率 遍历事件频率,建议为500-800 可选参数: –bugreport 崩溃时保存bug report log –output-directory

    1.7K10编辑于 2022-10-03
  • 来自专栏七云's Blog

    解压神器之UNAR

    Available options: -output-directory (-o) <string> The directory to write the contents of the

    72810编辑于 2023-11-26
  • 来自专栏菲宇

    Python库QR-Code制作动态二维码

    ,从左到右依次升高 -n output-filename 控制文件名,默认文件名是“ qrcode.png “,格式可以是 .jpg, .png ,.bmp ,.gif -d output-directory

    1.1K21发布于 2020-06-19
  • 来自专栏相约机器人

    标星7000+,这个 Python 艺术二维码生成器厉害了!

    .,40}] [-l {L,M,Q,H}] [-n output-filename] [-d output-directory] [-p

    1.2K10发布于 2020-06-16
  • 来自专栏FreeBuf

    CrackQL:一款功能强大的图形化密码爆破和模糊测试工具

    d DELIMITER, --delimiter=DELIMITER CSV输入分隔符,默认:“,” -o OUTPUT_DIRECTORY, --output-directory

    83510编辑于 2023-03-30
  • 来自专栏大数据杂货铺

    Fair Scheduler到Capacity Scheduler 转换工具

    您也可以使用它们的长的版本: yarn fs2cs --yarnsiteconfig /path/to/yarn-site.xml [--fsconfig /path/to/fair-scheduler.xml] {--output-directory skip-verification] [--dry-run]--yarnsiteconfig /path/to/yarn-site.xml [--fsconfig /path/to/fair-scheduler.xml] {--output-directory yarn fs2cs --yarnsiteconfig /home/hadoop/yarn-site.xml --fsconfig /home/hadoop/fair-scheduler.xml --output-directory /tmp--yarnsiteconfig /home/hadoop/yarn-site.xml --fsconfig /home/hadoop/fair-scheduler.xml --output-directory

    1.4K10发布于 2020-07-24
  • 来自专栏持续集成

    使用 Gcov 和 LCOV 度量 C/C++ 项目的代码覆盖率

    Processing main.gcda Finished .info-file creation genhtml coverage.info --output-directory out Reading 根据这个数据文件生成报告 genhtml coverage.info --output-directory out 删除所有生成的文件 上传过程中所有生成的文件可通过执行 make clean 命令来彻底删除掉

    6.5K72发布于 2021-08-26
  • 来自专栏FreeBuf

    如何使用xsubfind3r收集域名的已知子域名

    no-color bool 禁用颜色高亮输出 -o, --output string 输出子域名的文件路径 -O, --output-directory

    1K10编辑于 2023-10-24
  • 来自专栏FreeBuf

    如何使用xurlfind3r查找目标域名的已知URL地址

    --no-color bool 禁用颜色高亮输出 -o, --output string 输出URL文件路径 -O, --output-directory

    1.1K10编辑于 2023-10-06
  • 来自专栏自然语言处理

    Pytext上手——Intent-Slot 模型实战

    atis-dataset/data 4.3 数据预处理 python3 demo/atis_joint_model/data_processor.py --download-folder atis/ --output-directory

    1.5K40发布于 2018-12-27
  • 来自专栏Cell的前端专栏

    用 MyQR 制作专属动态二维码 (py 和 exe 版本)

    .,40}] [-l {L,M,Q,H}] [-n output-filename] [-d output-directory] [-p picture_file] [-

    70120编辑于 2022-02-25
  • 来自专栏生信菜鸟团

    新工具:基因组分析和突变检测

    cnv-enable-self-normalization true \ --intermediate-results-dir /scratch \ --output-file-prefix <sample-name> \ --output-directory

    50910编辑于 2024-12-05
  • 来自专栏APP自动化测试

    iOS自动化探索(十)代码覆盖率统计

    MERGE_CMD_P1 -a $INFO_DIR/$file" done LCOV $MERGE_CMD_P1 -o $INFO_DIR/$ALL_COVERAGE "${LCOV_PATH}/genhtml" --output-directory

    2.7K20发布于 2019-10-15
  • 来自专栏IT运维技术圈

    目前为止最全的Kubernetes最新版核心命令

    # 将当前集群状态输出到 stdout $ kubectl cluster-info dump --output-directory

    64320编辑于 2022-06-26
  • 来自专栏周拱壹卒

    全平台可用的 JetBrains Client Downloader

    /lib/*" "com.jetbrains.codeWithMe.lobby.DownloaderMainKt" [FILTERS] OUTPUT-DIRECTORY 查看产品代码 在 --products-filter

    24110编辑于 2026-03-16
  • 来自专栏科技记者

    SingleM测试:基于reads和单拷贝标记基因氨基酸序列的物种分析

    singlem'>='0.19.0 # 激活环境 conda activate singlem # 参考下载, zendoo国内下载报错,只有手动下载啦,1.8G大小还好啦 singlem data --output-directory

    32410编辑于 2025-09-04
  • 来自专栏喵了个咪的博客空间

    zephir-(2)安装和初体验

    extension fullclean Cleans the generated object files in compilation api [--theme-path=/path][--output-directory

    1.3K60发布于 2018-03-01
领券