Raul Murillo Montero

Results 13 comments of Raul Murillo Montero

You should install [PySigmoid Math](https://pypi.org/project/PySigmoid.Math/) separately. However, on my Ubuntu machine, after executing `pip install PySigmoid` (I got the errors mentioned by @IFcoltransG), I could execute the example from README...

Remark: also happens in the negative interval.

Which is exactly the error you get at installation? Running the following commands in order gets to a successful installation on an Ubuntu 18.04 system: ``` bash pip install numpy-posit...

Python >= 3.6 A modified version of TensorFlow is installed with the wheel file and pip command mentioned in the issue title. If you have TensorFlow previously installed, I guess...

> Have you modified Tensorflow library to use numpy-posit instead of numpy ,Or can specify the modifications done to Tensorflow to support posit. The library uses a modified Tensorflow version...

> Would you be able to drive this development? Sure! As far as I know, it should resemble previous specialized implementations, with adjustments to the parameters and arithmetic operations for...

Thank you Theo! I will start working on this. Meanwhile, we should define how to validate such datatypes. What is this Priest arithmetic format you are talking about?

Hi @Ravenwater , I'm sorry but I've been very busy during these days (and the following days I will be too) with the end of the course. I think I...

Thanks Michele, Loop unrolling is done by the compiler optimization flag `-O3`, but I included specific pragmas anyway. I compile with the Bambu options ``` --channels-type=MEM_ACC_NN --memory-allocation-policy=EXT_PIPELINED_BRAM --channels-number=8 ``` I...

Thanks for the explanation, Michele. Firstly, I am using Bambu version 0.9.6 (this is because I did a modification on this version to work with additional floating-point units, but I...