- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 解决Virtualbox在安装Docker Desktop后无法启动虚拟机的问题
今天同时打开了VirtualBox的虚拟机和Docker Desktop,在强制关闭虚拟机后打不开虚拟机了。启动时卡在登录前的加载界面。环境:Win11 + VB7.0,虚拟机为CentOS7。
2023-10-25 10:31:43
907
原创 Ubuntu编译4.10.14内核遇到的问题
学校里上操作系统课要编一个4.10.14的内核,TA给的教程。。。我编译了好几遍都无法正常启动,终于在优快云帮助下成功了。编译过程可参考:Terry_Eijsan: Ubuntu编译、更换、删除内核https://blog.youkuaiyun.com/tang152453/article/details/41170399第一次编译时少了以下步骤导致重启开机时卡在一个黑屏,左上方有光标跳动。。。 13.生成initrd.img文件: #cd /lib/modules/2.6.39 #update-
2020-10-01 14:33:35
269
原创 Reading report: V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation
V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation**Abstract:**Convolutional Neural Networks (CNNs) have been recently employed to solve problems from both the computer vision and medical image analysis fields. Despite th
2020-07-04 16:52:57
454
原创 Paper reading report: 3D U-Net: Learning Dense Volumetric Segmentation from Sparse Annotation
3D U-Net: Learning Dense Volumetric Segmentation from Sparse AnnotationAbstract. This paper introduces a network for volumetric segmentation that learns from sparsely annotated volumetric images. We outline two attractive use cases of this method: (1) In
2020-07-04 16:51:00
352
原创 Report of 2D U-net paper and exp report
来自某中英文大学的小白学习笔记。。。Report of 2D U-net paperTitle: U-NET: Convolutional Networks for Biomedical Image SegmentationAuthor: Olaf Ronneberger, Philipp Fischer & Thomas BroxPublished: International Conference on Medical Image Computing and Computer-assis
2020-07-03 17:19:34
162
原创 Keras中的ModelCheckpoint()
ModelCheckpoint 的说明:class ModelCheckpoint(filepath, monitor='val_loss', verbose=0, save_best_only=False, save_weights_only=False, mode='auto', save_freq='epoch', **kwargs)Callback to save the Keras model or model weights at some frequency.ModelCheckpoi
2020-07-03 15:49:02
1124
原创 在准备训练深度学习神经网络时遇到的一些问题
在准备训练深度学习神经网络时遇到的一些问题1. 各种 .dll not founda. cudart64_101.dll not found我希望在训练模型的时候用GPU加速,但发现有些动态库找不到。cudart64_*.dll 是NVIDIA的cuda工具最基础的库,如果出现这个问题,可能有两种情况:1. cuda的路径没有添加到系统环境变量(但一般安装这个工具的时候回自动添加的);2. cuda 版本和所用的tensorflow/pytorch等不兼容,可以到官网查看匹配的版本,建议用cuda10
2020-07-03 13:51:12
532
原创 Nexys video ftp搭建和传输
**Nexys video ftp搭建和传输 **开发板:Nexys video Artix-7 系统:Debian主机:win10通过putty串口连接终端,115200波特率基本要求:开发板接网线,与主机在同一局域网(如遇到command not found:apt-get install 相应软件failed to fetch:apt update / 末尾加–fix-missing / 多试几遍)一、开发板设置1.安装vsftpd$ apt-get install vsftpd2
2020-05-24 08:54:11
567
keras-facenet.zip
2020-07-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人