Skip to content

MobileViT model fine-tuned on the 'Fluorescent Neuronal Cells' dataset

Notifications You must be signed in to change notification settings

mmenendezg/mobilevit-fluorescent-cells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory Structure

.
├── AUTHORS.md
├── LICENSE
├── README.md
├── models  <- compiled model .pkl or HDFS or .pb format
├── config  <- any configuration files
├── data
│   ├── interim <- data in intermediate processing stage
│   ├── processed <- data after all preprocessing has been done
│   └── raw <- original unmodified data acting as source of truth and provenance
├── docs  <- usage documentation or reference papers
├── notebooks <- jupyter notebooks for exploratory analysis and explanation 
├── reports <- generated project artefacts eg. visualisations or tables
│   └── figures
└── src
    ├── data-proc <- scripts for processing data eg. transformations, dataset merges etc. 
    ├── viz  <- scripts for visualisation during EDA, modelling, error analysis etc. 
    ├── modeling    <- scripts for generating models
|--- environment.yml <- file with libraries and library versions for recreating the analysis environment

About

MobileViT model fine-tuned on the 'Fluorescent Neuronal Cells' dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published