-
I read docs here http://docs.floydhub.com/guides/data/mounting_data/, I have already uploaded dataset on floydhub . I mounted this dataset successfully using
`floyd run --data ankit/datasets/cnn_tr…
-
Please tell something about how to train the model on my custom data? This project is awesome, I really love it but it's useless unless we don't have ability to train it ourselves.
-
Hi, @WuJie1010
How can I test just one image file?
I wonder ...
from @bemoregt
-
Hello,
I'm testing your code.
But I stopped initially in obtaining the
fer2013 dataset
I already signed up for kagler but I did not find this dataset.
Do you have a link that helps me fin…
-
I'm sorry,I train the network of fer2013,then I use the pro to predict my picture and my video.But In my screen, it's always tell me its angry, although the pciture is not right emothion's picture.
S…
-
Can the code run on a CPU-only device? I am getting an error when running python visualize.py on a CPU-only device.
-
I'm using tensorflow backend and I've converted your weights via the folowing code:
```
import sys, os
sys.path.append("../")
from keras import backend as K
from keras.utils.conv_utils import con…
-
When we run the csv_to_numpy.py,it will output two files which are the data_kike.npy and labels_kike.npy.
But we dont need these files. So, we should output:
data_set_fer2013.npy
data_label…
-
i used your code, and its works really awesome. but i am facing just one issue. your trained model contains mostly asain faces. and their expressions are not exactly like indian faces. I wish to retra…
-
First of all, thank you for providing this model! I am working on a term project for a computational neuroscience course and wanted to study biases in emotion detector nets-- and your model seems like…