- 博客(97)
- 收藏
- 关注
原创 IDEA debug调试工具中 step over、step into、step out
idea的debug的step over,step into ,step out的分析
2024-10-28 15:20:26 226
原创 wandb版本问题 import wandb.apis.public as public AttributeError: module ‘wandb‘ has no attribute ‘apis‘
wandb版本问题
2024-10-15 13:00:37 676
原创 RuntimeError: CUDA error: no kernel image is available for execution on the device CUDA kernel error
RuntimeError: CUDA error: no kernel image is available for execution on the deviceCUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
2024-10-08 21:04:48 373
原创 mujoco版本问题以及ERROR: Failed building wheel for mujoco-py
mujoco版本问题以及ERROR: Failed building wheel for mujoco-pyFailed to build mujoco-pyERROR: Could not build wheels for mujoco-py, which is required to install pyproject.toml-based projects
2024-10-08 20:32:55 669
原创 github创建仓库并本地使用流程,以及问题src refspec xxx does not match any
github创建仓库并本地使用流程以及问题error: src refspec xxx does not match any / error: failed to push some refs to
2024-10-08 12:42:08 631
原创 vscode提交修改Failed to connect to github.com port 443: Timed out
Failed to connect to github.com port 443: Timed out
2024-10-06 18:48:50 436
原创 解决 Failed to connect to 127.0.0.1 port XXXX: Connection refused问题
Failed to connect to 127.0.0.1 port 7890: Connection refused
2024-09-30 10:11:26 305
原创 vscode连接远程服务器后创建了conda环境在activate时候CondaError: Run ‘conda init‘ before ‘conda activate‘
vscode连接远程Linux服务器后创建conda环境但是activate时候报错CondaError: Run 'conda init' before 'conda activate'
2024-09-23 21:16:33 458
原创 HarmonyOS】ArkTS学习之基于TextTimer的简易计时器的elapsedTime最小时间单位问题
HarmonyOS】ArkTS学习之基于TextTimer的简易计时器的elapsedTime最小时间单位问题
2024-09-07 22:17:59 544
原创 Argument of type ‘string | string[]‘ is not assignable to parameter of type ‘string‘.<br/>Type ‘stri
Argument of type 'string | string[]' is not assignable to parameter of type 'string'.Type 'string[]' is not assignable to type 'string'
2024-09-07 15:43:26 345
原创 If a component attribute supports local initialization, a valid, runtime-independent default value s
If a component attribute supports local initialization, a valid, runtime-independent default value should be set for it.
2024-09-07 13:15:15 796
原创 Property ‘Icon‘ has no initializer and is not definitely assigned in the constructor. <ArkTSCheck>
Property 'Icon' has no initializer and is not definitely assigned in the constructor.
2024-09-07 12:44:49 853
原创 如果人工智能是一块蛋糕,那么蛋糕的大部分是自监督学习,蛋糕上的糖衣是监督学习,蛋糕上的樱桃是强化学习(RL)
在人工智能的迷茫中选择一个方向:自监督学习
2024-08-18 22:12:59 259
原创 李沐老师动手深度学习pytorch版本的读取fashion_mnist数据并用AlexNet模型训练,其中修改为利用本地的数据集训练
李沐老师动手深度学习pytorch版本读取fashion_mnist数据并使用AlexNet训练,修改为本地的数据集训练
2024-08-14 18:20:49 776 6
原创 pytorch加载本地的fashion mnist数据集 报错RuntimeError: Dataset not found
加载本地下载好的fashion_mnist数据集注意格式和root参数,否则会报错RuntimeError: Dataset not found. You can use download=True to download it表示无法识别出文件
2024-08-14 13:37:04 642
原创 conda环境pip 安装Tensorflow-gpu 2.10.2提示nbconvert 的包依赖冲突
conda环境pip 安装Tensorflow-gpu 2.10.2提示nbconvert 的包依赖冲突
2024-08-03 21:28:58 659
原创 kaggle的电话验证码问题Your account cannot be phone verified. Please file a ticket to our Support team
kaggle的电话验证码问题Your account cannot be phone verified. Please file a ticket to our Support team
2024-08-03 00:22:51 938
原创 理解x = layers.Rescaling(1./255)(inputs)
理解x = layers.Rescaling(1./255)(inputs)
2024-08-02 14:03:53 809
原创 理解(100, 100, 64) 的输入,让其通过 Conv2D(128, 3, strides=2, padding=“same“) 层,那么会得到形状为 (50, 50, 128)
Conv2D设置padding=same与步长的理解
2024-08-02 10:38:49 641
原创 input_img_paths = sorted( [os.path.join(input_dir, fname) for fname in os.listdir(input_dir) if f
理解 sorted( [os.path.join(input_dir, fname) for fname in os.listdir(input_dir) if fname.endswith(".jpg")])
2024-08-02 10:28:06 268
原创 安装matplotlib出现提示tensorflow-gpu 2.6.0 requires numpy~=1.19.2, but you have numpy 1.24.4 which is inco
tensorflow-gpu 2.6.0 requires numpy~=1.19.2, but you have numpy 1.24.4 which is incompatible
2024-07-30 15:58:45 718
原创 Kernel Restarting The kernel for xxx appears to have died. It will restart automatically
kernel Restarting the kernel for xxx appears to have died.it will restart automatically.Could not locate zlibwapi.dll. Please make sure it is in your library path
2024-07-28 22:55:52 606
原创 keras在GPU环境下配置,conda虚拟环境并安装TensorFlow,cudatoolkit,cudann和jupyter等
keras在GPU环境下配置,conda虚拟环境并安装TensorFlow,cudatoolkit,cudann和jupyter等
2024-07-28 13:47:26 1322
原创 理解keras的波士顿房价代码中[ np.mean([x[i] for x in all_mae_histories]) for i in range(num_epochs)]
keras波士顿代码 [np.mean([x[i] for x in all_mae_score]) for i in range(num_epochs)]的理解
2024-07-27 03:01:42 317
原创 anaconda+tensorflow+keras+jupyter notebook搭建过程(CPU版)
anaconda+tensorflow+keras+jupyter搭建过程
2024-07-25 20:22:23 297
原创 关于decoded_newswire = ‘ ‘.join([reverse_word_index.get(i - 3, ‘?‘) for i in train_data[0]])
decoded_newswire = ' '.join([reverse_word_index.get(i - 3, '?') for i in train_data[0]])索引-3问题
2024-07-24 17:08:58 401
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人