Results 37 comments of amirmohammadkz

> > > > The Keras code is written in python3. And a preprosessing python file is also added for it. So, you can enjoy using it without any modification...

Hmm... That's strange. Are you using my version or the original version? can you trace the CPU/GPU usage from task manager (windows), htop command (Linux)? Can you run this python...

> Thanks a lot for your response Your welcome :). You can make us happy with giving our project a star :D > Was it because I'm out of memory...

Hmm, I think it may be because of the value of (epoch,curr_loss,curr_acc). Are you passing an appropriate dataset containing instances for both classes (0.1 of your training data is your...

Actually, it needs some effort. First, you should save the [final model ](https://github.com/amirmohammadkz/personality-detection/blob/ebb8d28d1953093d9535ecff35b1c6cbc1a157af/conv_net_train_keras.py#L181)instead of testing it on the test data. Then you should prepare your test set. Note that you...

The problem is that this code is designed for testing on the Essays dataset. If you want to feed another data, you have two options: 1. Change the code so...

> > > @amirmohammadkz I am trying to run your code but I am having this error > > File "/Volumes/SAMSUNG/personality-detection-master-amirmohamed/conv_net_train.py", line 508, in > activations=[Sigmoid]) > > File "/Volumes/SAMSUNG...

Actually I do not remember the exact time required for each step of the code. In the default setting, it requires 50 epochs to complete, and you need to wait...

> I tried running conv_net_train_keras.py on GPU google colab it kept crashing because of use of RAM, and using CPU i got this error batch size: https://github.com/SenticNet/personality-detection/issues/32#issuecomment-605736810

> > > but I tried running on mac I got this > > the first epoch finished but then this error popped up Have you tested this solution? https://github.com/SenticNet/personality-detection/issues/32#issuecomment-607526896