会员可以在此提问,尚新途老师有问必答

对大家有帮助的问答会被标记为“推荐”,看完课程过来浏览一下别人提的问题,会帮你学得更全面

截止目前,同学们一共提了128789个问题
坚强的汤姆2024-02-01 10:56:33

image.png

老师我这是怎么回事呢



相关课程:人工智能/第二阶段:人工智能基础-Python基础/更多Python技巧与实战
yeah~2024-01-28 21:17:04

image.png老师,如果有的正例在topN里面没有被检测出来呢,精度该怎么算?

相关课程:人工智能/第十二阶段:深度学习-图像识别原理/现代目标检测之FasterRCNN
坚强的汤姆2024-01-28 20:33:48

image.png

老师这是什么问题呢、

相关课程:人工智能/第二阶段:人工智能基础-Python基础/Python集合操作
yeah~2024-01-25 22:26:49

老师这个皮肤癌的代码例子里面在哪里加载了Y呢?网络怎么知道图片是正常的还是恶性的

相关课程:人工智能/第十二阶段:深度学习-图像识别原理/经典卷积网络算法
yeah~2024-01-24 20:01:29

image.png老师,这里梯度应该是一个向量吧,如何理解这个平方项呢?

相关课程:人工智能/第十二阶段:深度学习-图像识别原理/卷积神经网络优化
fange2024-01-20 13:58:52

讲解机器学习例子的时候,可能有点讲错了。

相关课程:人工智能/第二阶段:人工智能基础-Python基础/Python基础语法
2024-01-19 10:49:43

老师,这个上采样是不是可以对图片进行无损放大哟?


相关课程:人工智能/第十五阶段:深度学习-语义分割原理和实战/上采样_双线性插值_转置卷积
坚强的汤姆2024-01-17 20:29:17

老师我的虚拟环境和miniconda3不在一个地方

相关课程:人工智能/第二阶段:人工智能基础-Python基础/Python开发环境搭建
坚强的汤姆2024-01-17 19:50:56

老师创立的新项目说缺解释器,但是我有pyth3.9,这是为啥呢


相关课程:人工智能/第二阶段:人工智能基础-Python基础/Python开发环境搭建
坚强的汤姆2024-01-17 19:46:57

image.png老师每次打开都是这样

相关课程:人工智能/第二阶段:人工智能基础-Python基础/Python开发环境搭建
坚强的汤姆2024-01-17 19:12:41

c22d64f736a60fbeb39d7c93bfd9ebb.png

老师我这个如何创立新文件呢


相关课程:人工智能/第二阶段:人工智能基础-Python基础/Python开发环境搭建
坚强的汤姆2024-01-17 13:18:18

cadaccfb42146c2a9cd650ff4fce3a3.png老师你看这个影响不


相关课程:人工智能/第二阶段:人工智能基础-Python基础/Python开发环境搭建
*^_^*2023-11-30 22:31:13

(base) PS C:\Users\29088> conda activate my_first_env

(my_first_env) PS C:\Users\29088> pip install numpy

Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple

ERROR: Exception:

Traceback (most recent call last):

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\cli\base_command.py", line 173, in _main

    status = self.run(options, args)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\cli\req_command.py", line 203, in wrapper

    return func(self, options, args)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\commands\install.py", line 316, in run

    reqs, check_supported_wheels=not options.target_dir

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 95, in resolve

    collected.requirements, max_rounds=try_to_avoid_resolution_too_deep

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 472, in resolve

    state = resolution.resolve(requirements, max_rounds=max_rounds)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 341, in resolve

    self._add_to_criteria(self.state.criteria, r, parent=None)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\resolvelib\resolvers.py", line 172, in _add_to_criteria

    if not criterion.candidates:

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\resolvelib\structs.py", line 151, in __bool__

    return bool(self._sequence)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 140, in __bool__

    return any(self)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 128, in <genexpr>

    return (c for c in iterator if id(c) not in self._incompatible_ids)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\resolution\resolvelib\found_candidates.py", line 29, in _iter_built

    for version, func in infos:

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\resolution\resolvelib\factory.py", line 275, in iter_index_candidate_infos

    hashes=hashes,

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\index\package_finder.py", line 851, in find_best_candidate

    candidates = self.find_all_candidates(project_name)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\index\package_finder.py", line 798, in find_all_candidates

    page_candidates = list(page_candidates_it)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\index\sources.py", line 134, in page_candidates

    yield from self._candidates_from_page(self._link)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\index\package_finder.py", line 758, in process_project_url

    html_page = self._link_collector.fetch_page(project_url)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\index\collector.py", line 490, in fetch_page

    return _get_html_page(location, session=self.session)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\index\collector.py", line 400, in _get_html_page

    resp = _get_html_response(url, session=session)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\index\collector.py", line 132, in _get_html_response

    "Cache-Control": "max-age=0",

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\requests\sessions.py", line 555, in get

    return self.request('GET', url, **kwargs)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_internal\network\session.py", line 454, in request

    return super().request(method, url, *args, **kwargs)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\requests\sessions.py", line 542, in request

    resp = self.send(prep, **send_kwargs)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\requests\sessions.py", line 655, in send

    r = adapter.send(request, **kwargs)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\cachecontrol\adapter.py", line 53, in send

    resp = super(CacheControlAdapter, self).send(request, **kw)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\requests\adapters.py", line 449, in send

    timeout=timeout

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\urllib3\connectionpool.py", line 696, in urlopen

    self._prepare_proxy(conn)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\urllib3\connectionpool.py", line 964, in _prepare_proxy

    conn.connect()

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\urllib3\connection.py", line 359, in connect

    conn = self._connect_tls_proxy(hostname, conn)

  File "C:\Users\29088\.conda\envs\my_first_env\lib\site-packages\pip\_vendor\urllib3\connection.py", line 496, in _connect_tls_proxy

    ssl_context.check_hostname = True

ValueError: check_hostname needs a SSL context with either CERT_OPTIONAL or CERT_REQUIRED


老师,我在my_first_env 中安装numpy会报错

相关课程:人工智能/第二阶段:人工智能基础-Python基础/Python开发环境搭建
Keven T2023-11-25 12:08:22

老师,我在POWERSHELL里面创建我的虚拟环境的时候报错


PackagesNotFoundError: The following packages are not available from current channels:


  - python-3.6


Current channels:


  - https://repo.anaconda.com/pkgs/main/win-64

  - https://repo.anaconda.com/pkgs/main/noarch

  - https://repo.anaconda.com/pkgs/r/win-64

  - https://repo.anaconda.com/pkgs/r/noarch

  - https://repo.anaconda.com/pkgs/msys2/win-64

  - https://repo.anaconda.com/pkgs/msys2/noarch


To search for alternate channels that may provide the conda package you're

looking for, navigate to


    https://anaconda.org


and use the search bar at the top of the page.



(base) PS C:\Windows\system32> conda create --name my_first_env python-311

Collecting package metadata (current_repodata.json): done

Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.

Collecting package metadata (repodata.json): done

Solving environment: failed


PackagesNotFoundError: The following packages are not available from current channels:


  - python-311


Current channels:


  - https://repo.anaconda.com/pkgs/main/win-64

  - https://repo.anaconda.com/pkgs/main/noarch

  - https://repo.anaconda.com/pkgs/r/win-64

  - https://repo.anaconda.com/pkgs/r/noarch

  - https://repo.anaconda.com/pkgs/msys2/win-64

  - https://repo.anaconda.com/pkgs/msys2/noarch


To search for alternate channels that may provide the conda package you're

looking for, navigate to


    https://anaconda.org


and use the search bar at the top of the page.


相关课程:人工智能/第二阶段:人工智能基础-Python基础/Python开发环境搭建

©2014-2023 百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园
网站维护:百战汇智(北京)科技有限公司
京公网安备 11011402011233号    京ICP备13018289号-12    营业执照    经营许可证:京B2-20212637