update sample.env
This commit is contained in:
parent
60fa54b76e
commit
d1be49d740
|
@ -160,3 +160,6 @@ cython_debug/
|
|||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
|
||||
.env
|
||||
datasets
|
||||
|
|
|
@ -1,2 +1,10 @@
|
|||
CAPTCHA_AGGREGATOR_API=https://captcha.foxarmy.org/api
|
||||
|
||||
#Percentage of all downloaded to be sent to test dataset
|
||||
PERCENT_OF_TESTING=10
|
||||
#Place to download new data
|
||||
DOWNLOAD_PATH=datasets/new
|
||||
#Place to save testing dataset
|
||||
TESTING_PATH=datasets/testing
|
||||
#Place to save training dataset
|
||||
TRAINING_PATH=datasets/training
|
||||
|
|
Loading…
Reference in New Issue