Results 63 comments of Daniel Ecer

Perhaps interesting on the topic. I have now also implemented sliding windows at prediction / tagging time as it was running out of memory for some documents (I am not...

I have now implemented something in: https://github.com/elifesciences/sciencebeam-trainer-delft/pull/185 I also included low-level results. I am not sure whether they conclusive as I only have a single run with the updated dataset...

Related to that, for the segmentation model I have now implemented an optional feature where the I add the whole line as a separate feature (at the end), which is...

I got that error when `list_classes` was empty

> You don't need to remove `tensorflow_gpu` it defaults automatically CPU when no GPU is found (`tensorflow_gpu` includes `tensorflow`). It failed for me, trying to find a cudas binary. Maybe...

> With all CUDA lib installed, I think you need to add as env variable `CUDA_VISIBLE_DEVICES=-1` > e.g. `os.environ['CUDA_VISIBLE_DEVICES'] = '-1'` to avoid creating a GPU device. > > But...

> Sorry about flake8, I overlooked the corresponding part in the makefile, there is no difference with the current setting in .travis.yml Yes, should be the same settings at the...

Since TensorFlow provides two separate Python packages, it seems to make sense to provide a mechanism to use either of the two. It would have been better if they provided...

Are you suggesting to switch to use to conda for development? Another thing to consider is that someone might have an optimized version of TensorFlow already installed. e.g. Google ML...

Personally I would be in favour of leaving it more up to the user. It's easy to install TensorFlow. It's more difficult to skip installing it while installing the other...