Anthony De Meulemeester

Results 29 comments of Anthony De Meulemeester

Using Tensorflow 1.0.0 fix this issue. To downgrade the gpu version `pip3 install tensorflow-gpu==1.0.0` To downgrade the cpu version `pip3 install tensorflow==1.0.0`

@muratogat @teymourian You can use a let's encrypt certificate on top of a proxy Nginx server

@afck Thanks for the heads up. I will look into it when I can find some spare time.

@alphadose That worked! Thanks. Another question: Is there any good approach on fetching multiple values from the buffer at once without having race conditions? We probably can, but we need...

@aprasolova This will be possible once we operate on our internal `VM`. This should not be far away as a milestone.

@ansrivas This would something similar yes. Any suggestions you may have?

@ansrivas That seems like a very good approach! I will play with it tomorrow.

@apisit @ansrivas I think we better wait for the updates on the CLI tooling in neo-local. After that is implemented we can use that to bootstrap neo-storm on top of...

@fabwa @roman-khimov The compiler in neo-storm is more optimized as it is in neo-go. The best we can do is discontinue neo-storm and move the compiler to neo-go somehow.