Ridwan Jalali
Ridwan Jalali
requirements
I am facing the same problem. Any solution?
Ok. I am not familiar with Bazel syntax at all, but after a long hustle and long searching and reading, the following solved the problem Modify the last part of...
> @jalalirs Above solution worked for `py_proto_library` but now this gives error for `proto_library` saying `no such attribute 'cc_api_version' in 'proto_library' rule` > Did anyone faced this? Just remove cc_api_version
I will fork the project tonight and commit my changes. I don’t remember all the modifications I made but lets see if my version works with you. Wait for my...
So here is what I did to make it run. **First, I ran it over a tensorflow image from docker hub. I used this tag 2.0.1-gpu-py3-jupyter** https://hub.docker.com/r/tensorflow/tensorflow **In the container,...
You need to pass the data source by adding the following parameter to the run command --test_arg=--test_srcdir=
Probably you need tensorflow 2
You are actually right, I am using 1.15 `import tensorflow as tf` `tf.__version__` `'1.15.0'`
@ritwik12 no I just ran the test command. After that I started using some of the modules directly. I am working on it intermittently, so I didn’t do any training...