1 Star 0 Fork 1

xuzhiyang483/deep-unet-for-satellite-image-segmentation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
run.sbatch 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sumit Kumar 提交于 2018-07-09 18:38 . initial commit with updated model
#!/bin/bash
# This script will request one GPU device and 1 CPU core
#SBATCH --account=mscagpu
#SBATCH --job-name=satellite
#SBATCH --output=logout_%j.txt
#SBATCH --error=logerr_%j.txt
#SBATCH --time=3:00:00
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --partition=mscagpu
#SBATCH --gres=gpu:1
#SBATCH --mem-per-cpu=20000
# if your executable was built with CUDA, be sure to load the correct CUDA module:
module load Anaconda3 cuda/8.0
#
# your GPU-based executable here
#
python train_unet.py
python predict.py
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xuzhiyang483/deep-unet-for-satellite-image-segmentation.git
git@gitee.com:xuzhiyang483/deep-unet-for-satellite-image-segmentation.git
xuzhiyang483
deep-unet-for-satellite-image-segmentation
deep-unet-for-satellite-image-segmentation
master

搜索帮助