Skip to content

kfiry77/dnn-ex3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dnn-ex3

Question 1

Training execution:

    python Ex3_1.py

Comments:

  1. Executing the VGG took very very very long time to train, so I have run with resnet50 instead due to lower memory footprint.

Train Execution result on various models:

  1. 2 Conv - 2 FC Layers

    loss

    accuarcy

    loss

    wieghts

  2. 1 Conv 1 FC Layer

    loss

    accuracy

    loss

    wieghts

  3. 2 FC Layers

    loss

    accuarcy

    loss

    wieghts

  4. 1 FC Layers

    loss

    accuarcy

    loss

    wieghts

Question 2

  1. Train/test/valid datasets can be found on here
  2. Training execution:
    python Ex3_2_models.py

it can take a while ...

  1. Results:

loss

accuarcy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages