Taro

Results 12 comments of Taro

Me too! I want to know how to solve this problem.

I found the solution! Keras is updated, so we should use 'from keras.layers import concatenate' instead of 'from keras.layers import merge'

Thank you! Nice Improvement!

@tianchengdw I changed three parts of the code to work well Here is my solution. camera_trajectory.json ``` { "class_name" : "PinholeCameraTrajectory", "parameters": [ { "extrinsic" : [ 1.0, 0.0, 0.0,...

@mady143 It worked in my environment. I followed instructions in README, and there are no errors.

@chulkilee I'm waiting for feedbacks from reviewers

> Hi @yutaroyamanaka This PR almost looks good! I add a small nit comment and please check that. Thank you for your review.

> @yutaroyamanaka Could you fix the lint error that happened on CI? @koba1t Thank you. I fixed this in [f0f0cf3](https://github.com/kubernetes-sigs/kustomize/pull/5117/commits/f0f0cf354c40b20cbc589977899085a2f8db7f9d)

@koba1t Sorry for late reply, I added that one

@KnVerey Thanks you for providing that information. - added a unit test to `TestMerge` in `api/internal/plugins/builtinconfig/transformerconfig_test.go` - added an integration test called `TestCustomConfigLabelsMerge` in `api/krusty/customconfig_test.go` - fix a typo in...