dorg-ekrolewicz

Results 5 comments of dorg-ekrolewicz

For binary classification you can use simpler models search for “binary classification Scikit-learn”. Can you give an example of your sample input? On Tue, Sep 25, 2018 at 11:17 PM...

@jstypka Can you please indicate what the input format looks like? Is it embedding arrays for the inputs and one hot arrays for label?

Are you using padding? Ex for classifying cats and dogs: num_classes = 2 max_num_words = number of words in x = 10 (in this example) Inputs: 1) x = "the...

@somnathrakshit I actually have a large training set ~3.8M examples which amount to ~ 7.6M files at ~35GB of data. This makes it nearly impossible to store in memory or...

like @jstypka said you should get the performance "By default" if you've configured correctly, also: Check if a GPU is underutilized by running nvidia-smi -l 2. If GPU utilization is...