Mohamed Amine LEGHERABA
Mohamed Amine LEGHERABA
When I try to run the file (player/player_qt5.pro) with QtCreator (normal run) : I get the following messages : ``` 15:13:12: Starting /home/mohamed0/Gideros/gideros/player/GiderosPlayer... ANOM_ABEND auid=1000 uid=1000 gid=10 ses=2 pid=15049 comm="GiderosPlayer"...
This is what I get when I run F5 (the compilation works fine, but running is not working at all)  
I don't have a debug mode :  I think on Linux Qt Creator doesn't generate a debug mode automatically. I can create one manually but I still don't have...
If the function is not used outside of `EasyTrain.fit()`, maybe the method should be `private` or `protected` ?
For information this is the model parameters before learning (if you know how to write all the values instead of "37 more" please tell me): ```bash weight: (1, 57) cpu()...
Ok, I have updated the code, I made the following modifications: - The data are normalized (remove mean and divide by standard deviation) - The BinaryAccuracy is used instead of...
> Hey @MohamedLEGH, I have question is NoopTranslator() is used for only for classification or can used for the Regression? > > as well this is because weights I guess...
> > the code updated : > > Hey @MohamedLEGH , So you are using utils.normalise is utils your own custom class? and how you are performing the normalisation can...