Bedapudi Praneeth
Bedapudi Praneeth
Has anyone been able to get this working?
@nareshmungpara what do you mean?
I still don't understand the issue. Can you give a simpler example or try to explain it in detail?
Porting all the numpy preprocessing to node might not be possible. (My experience with node is beginner level at best). Easiest way would be to host this as a micro...
@uguryavuz I will look into this. Meanwhile, ```python import logging logging.basicConfig(level=logging.ERROR) ``` adding this before deepsegment import will disable warnings.
@anilozdemir96 deepsegment has very easy to use train function inbuilt. Please take a look at https://colab.research.google.com/drive/1CjYbdbDHX1UmIyvn7nDW2ClQPnnNeA_m
@iglimanaj I will add it by this weekend.
What is your tensorflow version?
Thanks, I will look into this.
@skt7 I generally use with tf==1.14 and keras==2.2.4. It should work with tf 2.2 and keras 2.3 too as mentioned by the original poster on this issue.