AutoML3 :: AutoML for Lifelong Machine Learning Forum

Go back to competition Back to thread list Post in this thread

> Tensorflow implementation code submission?

Hello,

1) we made the model which works with Tensorflow 1.10 and would like to submit for scoring.
Do you have tensorflow installed on your side? or should we make the model file to install tensorflow first using os.system()?

2) Since you mentioned there is not GPU support in this challenge, we made the model works on many CPUs.
What exactly is your computing environment (number of GPU and their clock speed)?

Posted by: soung @ Aug. 21, 2018, 12:49 a.m.

In Question #2, I was asking # of CPUs not # of GPUS

2) Since you mentioned there is not GPU support in this challenge, we made the model works on many CPUs.
What exactly is your computing environment (number of CPU and their clock speed)?

Posted by: soung @ Aug. 22, 2018, 7:29 a.m.

can anyone please answer theses questions?

Posted by: soung @ Aug. 23, 2018, 1:49 a.m.

Hi

Here are details in the compute workers:

ubuntu@automl3-worker--1:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 8
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 94
Model name: Intel Core Processor (Skylake)
Stepping: 3
CPU MHz: 2199.998
BogoMIPS: 4399.99
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 4096K
NUMA node0 CPU(s): 0-7
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt

ubuntu@automl3-worker--1:~$ sudo dmidecode --type 17 | more
# dmidecode 3.0
Scanning /dev/mem for entry point.
SMBIOS 2.4 present.

Handle 0x1100, DMI type 17, 21 bytes
Memory Device
Array Handle: 0x1000
Error Information Handle: 0x0000
Total Width: 64 bits
Data Width: 64 bits
Size: 16384 MB
Form Factor: DIMM
Set: None
Locator: DIMM 0
Bank Locator: Not Specified
Type: RAM
Type Detail: None

Posted by: hugo.jair @ Aug. 24, 2018, 7:05 a.m.
Post in this thread