hakanonal / geodashml

ML reinforcement learning project that learns how to play geometry dash game
GNU General Public License v3.0
0 stars 1 forks source link

Decrease the Model Size #9

Open hakanonal opened 4 years ago

hakanonal commented 4 years ago

Current Model is 3xConv(64,3x3,relu)-Pool(2x2),Dense(64,relu),Dense(32,relu),Dense(1,sigmoid)(adam,mse) which makes the file size about ~270mb.I find this size disturbingly large.