-
Hey! I want to use the trained inception network you had and was wondering if you can provide the age and gender inceptionv3 checkpoints you got after you trained it on the data.
Thanks!
-
I am running this example on a Ubuntu18 on AWS. I am able to build it without errors, but when I run the dockerfile it exits.
```
$docker build . --tag fc
Successfully built 9b501a367521
Succes…
-
**N@M Project Planning**
Project Objective: Build a predictive model that answers the question: “What sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio…
-
Thanks for sharing the code, may I ask how did you measure the gender error rate? I.e. how did you classify the gender when the original model only produce captions? did you train another classifier o…
-
I encountered situations where the returned counterfactuals have not the desired class. It happens only sometimes so I needed to play with seeds to get a reproducible example. I boiled it down to a si…
-
devExplore
Loan Status Prediction
DATA SCIENCE
DATA VISUALIZATION
PYTHON
MACHINE LEARNING
FEATURE ENGINEERING
KAGGLE
AUTHOR
Pratik Kumar
PUBLISHED
April 25, 2021
The goal of this project …
-
EDIT: Never mind, saw that I need to call fit on it and not just pass in already fitted models, which is how I wanted to used it. Apologies.
Looking at the voting_classifier.py
class VotingClass…
-
Hi,
I ran your code on ubuntu 18.04/python3.6.5 as below
python video_emotion_gender_demo.py
I got this error. Could you please advice?
(cv) kiosk@smb02:~/face_classification/src$ python video_em…
-
python:3.5
I download code from [python notebook](http://nbviewer.jupyter.org/url/www.openu.ac.il/home/hassner/projects/cnn_agegender/cnn_age_gender_demo.ipynb)
I get the error.
`
TypeError: 'fl…
-
in guess.py this following line takes almost a second to predict the age or gender on a 1050Ti gpu:
batch_results = sess.run(softmax_output, feed_dict={images:image_batch.eval()})
I am feeding a…