项目作者: JohannesBruch

项目描述 :
This is software for the 10-fold validation of an CNN-based image-classification method.
高级语言: Python
项目地址: git://github.com/JohannesBruch/k-fold-validation.git
创建时间: 2018-08-20T08:22:42Z
项目社区:https://github.com/JohannesBruch/k-fold-validation

开源协议:

下载


kfold_validation

This is a file that can be run on a linux server with PBS to execute 10-fold validation of a CNN using a tfrecord that you build with the functions in the web_pipeline repository. It needs the following packages: tensorflow, yaml, os. It requires a python 3.6 version in a python environment of conda.

parallel_job

This is a PBS script that will enable you to run the folds of the 10-fold validation in parallel.
In the script you define the job name and the simultaneously the number of frozen convolutional layers at the bottom of the CNN after “#PBS -N “.