moving to Tensorflow 2.0 and changing the test train split to use symlinks.

This commit is contained in:
Lucas
2022-05-18 18:37:29 -04:00
parent e1e3319653
commit 5990351a47
8 changed files with 98 additions and 83 deletions
+1 -3
View File
@@ -59,8 +59,6 @@ def process_pokemon_names(df):
return pokes_to_limits
import os
def get_images_for_pokemon(poke_to_limit):
pokemon = poke_to_limit[0]
@@ -69,7 +67,7 @@ def get_images_for_pokemon(poke_to_limit):
response.download(
{
"keywords": pokemon + " pokemon",
"limit": 1,#limit,
"limit": limit,
"chromedriver": "chromedriver"
# Add chromedriver to your path or just point this var directly to your chromedriverv
}