Yuta Fukasawa

Results 13 comments of Yuta Fukasawa

@lieuzhenghong I have encountered the same problem. The documentation needs to be updated. When will this be merged?

## Identification of targets and estimation of difficulty (for Future PRs) By using `tf_upgrade_v2.py` and changing it to tf.compat.v1, you can use the 1.x features in tf2 version. I want...

I change the target described above. bluoil/templates is not a target sincet it has no tf function (just import tensorflow only). On the other hand, we have modify blueoil/generate_lmnet_config.py. generate_lmnet_config.py...

Since `converter` and `data_processor.py` use metaclass, we knew we couldn't convert them automatically. I temporarily removed the metaclass and converted, but nothing changed. `converter` and `data_processor.py` are not the targets...

I have realized that output_template has a python file using TensorFlow (output_template/python/lmnet/tensorflow_graph_runner.py) I update the above table.

I have also realized that `tests` directories has a lot of python files using TensorFlow. We are converting the code to 2 compatible, so it would be better to convert...

I applied tf_upgrade_v2 to the networks folder to see what files would be changed. The changes to be made are as follows. Because of the many changes and the networks...

@iizukak ResizeWithMask seems to be a pre-process used in Segmentation. I searched for ResizeWithMask, but it doesn't seem to be in use. https://github.com/blue-oil/blueoil/search?q=ResizeWithMask&unscoped_q=ResizeWithMask There is no config file used. In...

This is the whole convert report: ``` TensorFlow 2.0 Upgrade Script ----------------------------- Converted 1 files Detected 0 issues that require attention -------------------------------------------------------------------------------- ================================================================================ Detailed log follows: ================================================================================ -------------------------------------------------------------------------------- Processing file...

tf_upgrade_v2 sometimes changed argument to keyword argument. I adjusted the keyword argument (39cb96b), because some arguments become meaninglessly long. Because API has changed by changing from tf1 to tf2. It...