All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-tensorflow] maintained?
@ 2020-12-14 12:56 Marek Belisko
  2020-12-14 16:05 ` [yocto] " akuster
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Marek Belisko @ 2020-12-14 12:56 UTC (permalink / raw)
  To: yocto

Hi,

I'm l;booking for a tensorflow recipe and forum that meta-tensorflow
have support for it (also saw that gatesgarth branch is there) but I
cannot build tensorflow + tensorflow seems to be a bit outdated.
Anybody know if this layer is maintained? Thanks.

BR,

marek

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [yocto] [meta-tensorflow] maintained?
  2020-12-14 12:56 [meta-tensorflow] maintained? Marek Belisko
@ 2020-12-14 16:05 ` akuster
  2020-12-14 20:03 ` Philip Balister
  2020-12-16  0:07 ` Randy MacLeod
  2 siblings, 0 replies; 7+ messages in thread
From: akuster @ 2020-12-14 16:05 UTC (permalink / raw)
  To: Marek Belisko, yocto



On 12/14/20 4:56 AM, Marek Belisko wrote:
> Hi,
>
> I'm l;booking for a tensorflow recipe and forum that meta-tensorflow
> have support for it (also saw that gatesgarth branch is there) but I
> cannot build tensorflow + tensorflow seems to be a bit outdated.
> Anybody know if this layer is maintained? 

There are two maintainers listed in the maintainer.md file.  You may
want to ping them.

-armin
> Thanks.
>
> BR,
>
> marek
>
>
> 
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [yocto] [meta-tensorflow] maintained?
  2020-12-14 12:56 [meta-tensorflow] maintained? Marek Belisko
  2020-12-14 16:05 ` [yocto] " akuster
@ 2020-12-14 20:03 ` Philip Balister
  2020-12-14 21:11   ` Randy MacLeod
  2020-12-16  0:07 ` Randy MacLeod
  2 siblings, 1 reply; 7+ messages in thread
From: Philip Balister @ 2020-12-14 20:03 UTC (permalink / raw)
  To: Marek Belisko, yocto

On 12/14/20 7:56 AM, Marek Belisko wrote:
> Hi,
> 
> I'm l;booking for a tensorflow recipe and forum that meta-tensorflow
> have support for it (also saw that gatesgarth branch is there) but I
> cannot build tensorflow + tensorflow seems to be a bit outdated.
> Anybody know if this layer is maintained? Thanks.

Searching the layer index for tensorflow shows:

http://layers.openembedded.org/layerindex/branch/master/recipes/?q=tensorflow

So the recipe exists in several layers. Looks like it is time to try and
get everyone to work on together on one layer. I ahve a recipe that
mostly works to build the c library part of torch that needs a home.

Philip


> 
> BR,
> 
> marek
> 
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [yocto] [meta-tensorflow] maintained?
  2020-12-14 20:03 ` Philip Balister
@ 2020-12-14 21:11   ` Randy MacLeod
  2020-12-15  1:31     ` hongxu
  0 siblings, 1 reply; 7+ messages in thread
From: Randy MacLeod @ 2020-12-14 21:11 UTC (permalink / raw)
  To: Philip Balister, Marek Belisko, yocto, Jia, Hongxu

[-- Attachment #1: Type: text/plain, Size: 1126 bytes --]

Add Hongxu.

On 2020-12-14 3:03 p.m., Philip Balister wrote:
> On 12/14/20 7:56 AM, Marek Belisko wrote:
>> Hi,
>>
>> I'm l;booking for a tensorflow recipe and forum that meta-tensorflow
>> have support for it (also saw that gatesgarth branch is there) but I
>> cannot build tensorflow + tensorflow seems to be a bit outdated.

Yes, it is a bit dated.
tf-2.x is out and I think that Hongxu has an uprev
underway but I'm not sure when he'll get to finishing it off.

Hongxu?


>> Anybody know if this layer is maintained? Thanks.
> Searching the layer index for tensorflow shows:
>
> http://layers.openembedded.org/layerindex/branch/master/recipes/?q=tensorflow
>
> So the recipe exists in several layers. Looks like it is time to try and
> get everyone to work on together on one layer. I ahve a recipe that
> mostly works to build the c library part of torch that needs a home.
>
> Philip


Nice, I think a new layer called something like: meta-ai

would be good to have.

../Randy

>
>
>> BR,
>>
>> marek
>>
>>
>>
>>
>>
>>
>> 
>>

-- 
# Randy MacLeod
# Wind River Linux


[-- Attachment #2: Type: text/html, Size: 2573 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [yocto] [meta-tensorflow] maintained?
  2020-12-14 21:11   ` Randy MacLeod
@ 2020-12-15  1:31     ` hongxu
  0 siblings, 0 replies; 7+ messages in thread
From: hongxu @ 2020-12-15  1:31 UTC (permalink / raw)
  To: Randy MacLeod, Philip Balister, Marek Belisko, yocto

[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]

On 12/15/20 5:11 AM, Randy MacLeod wrote:
> Add Hongxu.
>
> On 2020-12-14 3:03 p.m., Philip Balister wrote:
>> On 12/14/20 7:56 AM, Marek Belisko wrote:
>>> Hi,
>>>
>>> I'm l;booking for a tensorflow recipe and forum that meta-tensorflow
>>> have support for it (also saw that gatesgarth branch is there) but I
>>> cannot build tensorflow + tensorflow seems to be a bit outdated.
>
> Yes, it is a bit dated.
> tf-2.x is out and I think that Hongxu has an uprev
> underway but I'm not sure when he'll get to finishing it off.
>
> Hongxu?
>
The upgrading is almost done, I will send them out for review by the end 
of next week

The new version is 2.4.0 (RC4) which is the newest of upstream

By the way, the build system of tensorflow, bazel will be upgraded to 
3.7.1 which is also the newest of upstream

//Hongxu

>
>>> Anybody know if this layer is maintained? Thanks.
>> Searching the layer index for tensorflow shows:
>>
>> http://layers.openembedded.org/layerindex/branch/master/recipes/?q=tensorflow
>>
>> So the recipe exists in several layers. Looks like it is time to try and
>> get everyone to work on together on one layer. I ahve a recipe that
>> mostly works to build the c library part of torch that needs a home.
>>
>> Philip
>
>
> Nice, I think a new layer called something like: meta-ai
>
> would be good to have.
>
> ../Randy
>
>>> BR,
>>>
>>> marek
>>>
>>>
>>>
>>>
>>>
>>>
>>> 
>>>
>
> -- 
> # Randy MacLeod
> # Wind River Linux



[-- Attachment #2: Type: text/html, Size: 3377 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [yocto] [meta-tensorflow] maintained?
  2020-12-14 12:56 [meta-tensorflow] maintained? Marek Belisko
  2020-12-14 16:05 ` [yocto] " akuster
  2020-12-14 20:03 ` Philip Balister
@ 2020-12-16  0:07 ` Randy MacLeod
  2020-12-16  7:16   ` Marek Belisko
  2 siblings, 1 reply; 7+ messages in thread
From: Randy MacLeod @ 2020-12-16  0:07 UTC (permalink / raw)
  To: Marek Belisko, yocto, Jia, Hongxu

[-- Attachment #1: Type: text/plain, Size: 671 bytes --]

On 2020-12-14 7:56 a.m., Marek Belisko wrote:
> Hi,
>
> I'm l;booking for a tensorflow recipe and forum that meta-tensorflow
> have support for it (also saw that gatesgarth branch is there) but I
> cannot build tensorflow + tensorflow seems to be a bit outdated.
> Anybody know if this layer is maintained? Thanks.
I succeeded in building tensorflow last night on master with

the layers in WR Linux:

    https://github.com/WindRiver-Labs/wrlinux-x

Can you explain what host distro and collection
of branches and versions you used and what error you saw?

../Randy


>
> BR,
>
> marek
>
>
> 
>

-- 
# Randy MacLeod
# Wind River Linux


[-- Attachment #2: Type: text/html, Size: 1535 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [yocto] [meta-tensorflow] maintained?
  2020-12-16  0:07 ` Randy MacLeod
@ 2020-12-16  7:16   ` Marek Belisko
  0 siblings, 0 replies; 7+ messages in thread
From: Marek Belisko @ 2020-12-16  7:16 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: yocto, Jia, Hongxu

On Wed, Dec 16, 2020 at 1:07 AM Randy MacLeod
<randy.macleod@windriver.com> wrote:
>
> On 2020-12-14 7:56 a.m., Marek Belisko wrote:
>
> Hi,
>
> I'm l;booking for a tensorflow recipe and forum that meta-tensorflow
> have support for it (also saw that gatesgarth branch is there) but I
> cannot build tensorflow + tensorflow seems to be a bit outdated.
> Anybody know if this layer is maintained? Thanks.
>
> I succeeded in building tensorflow last night on master with
>
> the layers in WR Linux:
>
>    https://github.com/WindRiver-Labs/wrlinux-x
>
> Can you explain what host distro and collection
> of branches and versions you used and what error you saw?
I'm using poky, meta-openembedded and meta-tegra all dunfell releases.
I added dunfell to compatible layers in meta-tensorflow and then getting this:
WARNING: --batch mode is deprecated. Please instead explicitly shut
down your Bazel server using the command "bazel shutdown".
INFO: Invocation ID: cd0ca5b3-b48c-458a-9ca1-11fb5292749b
Loading:
Loading: 0 packages loaded
Loading: 4 packages loaded
    currently loading: tensorflow
Analyzing: 8 targets (5 packages loaded, 0 targets configured)
Analyzing: 8 targets (179 packages loaded, 2877 targets configured)
Analyzing: 8 targets (282 packages loaded, 8970 targets configured)
Analyzing: 8 targets (308 packages loaded, 11447 targets configured)
Analyzing: 8 targets (315 packages loaded, 12715 targets configured)
Analyzing: 8 targets (341 packages loaded, 16192 targets configured)
Analyzing: 8 targets (345 packages loaded, 18281 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
Analyzing: 8 targets (346 packages loaded, 19684 targets configured)
ERROR: /home/ubuntu/projects/test/build/tmp/work/aarch64-poky-linux/tensorflow/1.13.0-r0/git/tensorflow/tools/pip_package/BUILD:149:1:
no such package '@icu//': java.io.IOException: Error downloading
[https://mirror.bazel.build/github.com/unicode-org/icu/archive/release-62-1.tar.gz,
https://github.com/unicode-org/icu/archive/release-62-1.tar.gz] to
/home/ubuntu/projects/test/build/tmp/work/aarch64-poky-linux/tensorflow/1.13.0-r0/bazel/output_base/external/icu/release-62-1.tar.gz:
Checksum was 86b85fbf1b251d7a658de86ce5a0c8f34151027cc60b01e1b76f167379acf181
but wanted e15ffd84606323cbad5515bf9ecdf8061cc3bf80fb883b9e6aa162e485aa9761
and referenced by '//tensorflow/tools/pip_package:licenses'
ERROR: Analysis of target
'//tensorflow/tools/pip_package:build_pip_package' failed; build
aborted: no such package '@icu//': java.io.IOException: Error
downloading [https://mirror.bazel.build/github.com/unicode-org/icu/archive/release-62-1.tar.gz,
https://github.com/unicode-org/icu/archive/release-62-1.tar.gz] to
/home/ubuntu/projects/test/build/tmp/work/aarch64-poky-linux/tensorflow/1.13.0-r0/bazel/output_base/external/icu/release-62-1.tar.gz:
Checksum was 86b85fbf1b251d7a658de86ce5a0c8f34151027cc60b01e1b76f167379acf181
but wanted e15ffd84606323cbad5515bf9ecdf8061cc3bf80fb883b9e6aa162e485aa9761
INFO: Elapsed time: 21.350s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (346 packages loaded,
19684 targets configured)
FAILED: Build did NOT complete successfully (346 packages loaded,
19684 targets configured)
WARNING: exit code 1 from a shell command.

ERROR: Logfile of failure stored in:
/home/ubuntu/projects/test/build/tmp/work/aarch64-poky-linux/tensorflow/1.13.0-r0/temp/log.do_compile.6577
>
> ../Randy
>
>
BR,

marek
--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-16  7:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 12:56 [meta-tensorflow] maintained? Marek Belisko
2020-12-14 16:05 ` [yocto] " akuster
2020-12-14 20:03 ` Philip Balister
2020-12-14 21:11   ` Randy MacLeod
2020-12-15  1:31     ` hongxu
2020-12-16  0:07 ` Randy MacLeod
2020-12-16  7:16   ` Marek Belisko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.