1. 汇总
单词 | 英音 | 美音 | 翻译 | 举例 |
---|---|---|---|---|
render / rendering | [ˈrendərɪŋ] | [ˈrendərɪŋ] | v. 渲染 | Input classes for result rendering |
palette | [ˈpælət] | [ˈpælət] | n. 调色板 | Input palette for result rendering |
pseudo | [ˈsjuːdəʊ] | [ˈsudoʊ] | adj. 伪 | pseudo image, 伪彩色图 |
alias | [ˈeɪliəs] | [ˈeɪliəs] | n, adv. 别名 | alias act='conda activate' |
opacity | [əʊˈpæsəti] | [oʊˈpæsəti] | n. 不透明度 | |
interpolate | [ɪnˈtɜːpəleɪt] | [ɪnˈtɜːrpəleɪt] | v. 插值 | |
encountering | [ɪnˈkaʊntərɪŋ] | [ɪnˈkaʊntərɪŋ] | n. 遭遇、遇到 | It looks like the issue you’re encountering is due to … |
a couple of | [ə ˈkʌpl ɒv] | [ə ˈkʌpl əv] | 一对、几个 | Here are a couple of suggestions that might help. |
review | [rɪˈvjuː] | [rɪˈvjuː] | v. 回顾、v. 检查 | Review Dataset Quality |
trying out | [ˈtraɪɪŋ aʊt] | [ˈtraɪɪŋ aʊt] | n. 尝试 | it might be worth trying out |
rather than | [ˈrɑːðə(r) ðæn] | [ˈræðər ðæn] | 而不是 | consider fine-tuning it on your specific dataset rather than training from scratch or using the default weights. |
approach | [əˈprəʊtʃ] | [əˈproʊtʃ] | n. 方法 | Keep trying different approaches, and you’re likely to see improvements. |
consistency | [kənˈsɪstənsi] | [kənˈsɪstənsi] | n. 一致性 | This ensures that the transformations maintain spatial consistency between the images and their annotations |
profile | [ˈprəʊfaɪl] | [ˈproʊfaɪl] | v. 对程序的性能进行评估和测量,以了解程序的运行时间和资源消耗等情况(性能分析) | def _profile_one_layer(self, m, x, dt): ,测量某一层的性能 |
agnostic | [æɡ'nɒstɪk] | [æɡ'nɑːstɪk] | n. 不可知论者(认为上帝存在与否是不可知的); adj. 不可知论(者)的; | agnostic_nms platform-agnostic os-agnostic |
2. 说明
2.1. agnostic
“agnostic” 这个单词在英语中有“不可知的”或“不可知论的”含义,源自希腊语 “αγνωστός”(agnōstós),意为“不知道的”或“不可知的”。在不同的上下文中,它有以下几种常见的理解方式:
- 哲学领域:
- 不可知论者:指那些认为某些事物(尤其是关于神的存在或本质)是人类无法知晓或理解的哲学立场。不可知论者既不肯定也不否定神的存在,而是认为这个问题超出了人类理性的范围。
- 技术领域:
- 平台无关的:在计算机科学和技术中,agnostic 常用来描述一种系统、软件或组件,它不依赖于特定的平台或环境。例如,“platform-agnostic” 软件可以在多个操作系统上运行,而不需要针对每个操作系统进行特定的修改。
- 类别无关的:在机器学习和数据处理中,agnostic 可以表示某种方法或算法不依赖于特定的类别或标签。例如,类别无关的非最大抑制(agnostic_nms)不考虑检测框的类别,只关注检测框之间的重叠情况。
- 一般用法:
- 中立的:在日常用语中,agnostic 也可以表示一种中立或不偏不倚的态度,即不对某一特定观点或立场做出明确的判断或选择。
总结来说,“agnostic” 这个词强调的是一种“不依赖于”或“不考虑”特定信息、条件或立场的特性。在不同的上下文中,它可以帮助描述一种更加通用、灵活或中立的方法或态度。