-
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…
-
****Week-1 Naive Bayesian Classifier
# import necessary libarities
import pandas as pd
from sklearn import tree
from sklearn.preprocessing import LabelEncoder
from sklearn.naive_bayes import Ga…
-
### First, confirm
- [X] I have read the [instruction](https://github.com/Gourieff/sd-webui-reactor/blob/main/README.md) carefully
- [X] I have searched the existing issues
- [X] I have updated t…
-
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…
-
**Submitting authors:** @ ChesterAiGo @hcwang24 @qurat-azim @renee-kwon
**Repository:** https://github.com/UBC-MDS/Credit_Card_Default_Prediction_Group13
**Report link:** https://github.com/UBC-M…
-
I started looking into whether the small models could be a target for interpretability. I'm just putting it out here in lack of a better space to find people wanting to help.
Here is a list of seem…
-
gender 분류 할 때 사용하는 default 자료 말고 내가 컴파일을 해서 훈련시킨 gender파일을 classifier에 추가하고 image_emotion_gender_demo.py를 실행하면
**File "C:\Users\박태원\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\eng…
-
![blank_dictionaries_lists](https://user-images.githubusercontent.com/78306719/110469749-a4532580-809f-11eb-9cb4-289afe24e0fc.PNG)
![Extract_county_row](https://user-images.githubusercontent.com/7830…
-
I am trying to train the gender model (apart from the pretrained model) myself. According to the network definitions on the gender example, I have prepared a training program like this which is a comb…
-
Maybe something is missing...
Traceback (most recent call last):
File "/Users/ZhangYuhao/Documents/Datamining/project/Q_number.py", line 3, in
from naiveBayesClassifier.trainer import Trai…