Skip to content

Kenkentake/imbalanced_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imbalanced_classification

Setup

You can setup the enviroment using commands bellow

$ docker build -t [image_name] -f docker/Dockerfile .
$ docker run -d -p [port_num]:[port_num] --rm -itd -e TZ=Asia/Tokyo --gpus all --shm-size=32gb -v /home/user_name/:/home/ --name [container_name] -u root [image_name]
$ docker exec -it [container_name] bash

Training and Test

You can Training and Test using commands bellow

$ python train.py --cfg_file [cfg_file] --seed [seed] --run_name [run_name]

# [cfg_file] = ./config/convae.yaml or ./config/cnn_classifier.yaml or ./config/conv_classifier.yaml
# [seed] = int
# [run_name] = str

Visualize Results

You can visualize results using tensorboard

  • learning curve
  • confusion matrix
  • input, decoded images
$ tensorboard --host 0.0.0.0 --logdir [path_to_log] --port [port_num]

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors