personality-detection
personality-detection copied to clipboard
TypeError: Cannot convert Type TensorType(float64, matrix) (of Variable Subtensor{int64:int64:}.0) into Type TensorType(float32, matrix). You can try to manually convert Subtensor{int64:int64:}.0 into a TensorType(float32, matrix).
I am running this code in python 3.7.3 getting the following error:- TypeError: Cannot convert Type TensorType(float64, matrix) (of Variable Subtensor{int64:int64:}.0) into Type TensorType(float32, matrix). You can try to manually convert Subtensor{int64:int64:}.0 into a TensorType(float32, matrix).
I tried setting floatX=float64
The following is my .theano.txt
[global] device = cpu floatX = float64
[nvcc] fastmath = True
I have fixed this issue in a forked repository here: https://github.com/amirmohammadkz/personality-detection
Hi,Thanks for your reply.Can you give me some instruction if i want to test my own dataset by using your project.Thanks!