dbl

Results 172 comments of dbl

There were a two errors bulding dlprimitives error in ``` vi +112 /Users/davidlaxer/pytorch_dlprim/dlprimitives/src/importers/onnx.cpp vi +50 /Users/davidlaxer/anaconda3/envs/AI-Feynman/include/boost/python/object/make_instance.hpp ``` Here are the results of running $make test ```% make test Running tests......

[LastTest.log.gz](https://github.com/artyom-beilis/pytorch_dlprim/files/10512323/LastTest.log.gz)

``` % dlprim_flops 0:1 0.5 Testing on AMD Radeon Pro 5700 XT Compute Engine on Apple Testing memory speed - Vector size 1 -- Warming -- Running 28.4175 GB/s -...

>> Can you build the dlprimitives (outside the pytorch) and run some tests to see that it works properly What other tests would you like me to run?

``` % make test Running tests... /opt/local/bin/ctest --force-new-ctest-process Test project /Users/davidlaxer/pytorch_dlprim/dlprimitives/build Start 1: test_test_case_abs 1/33 Test #1: test_test_case_abs ............... Passed 1.03 sec Start 2: test_test_case_activation 2/33 Test #2: test_test_case_activation ...........

... and after editing context.cpp: ``` bool Context::is_amd() { if(is_cpu_context()) return false; auto vendor_id = device().getInfo() ; return vendor_id == 0x1002 || vendor_id == 0x1021e00; //return device_extensions().find("cl_amd_") != std::string::npos; }...

This summarizes change in Tensorflow: https://stackoverflow.com/questions/41066244/tensorflow-module-object-has-no-attribute-scalar-summary

Mea Culpa! I installed pig 0.12.1 vagrant@vagrant-ubuntu-trusty-64:~/agiledata/software/pig/bin$ which pig /home/vagrant/pig-0.12.0/bin/pig vagrant@vagrant-ubuntu-trusty-64:~/agiledata/software/pig/bin$ pig -version Apache Pig version 0.12.1-SNAPSHOT (r: unknown) compiled Aug 10 2014, 13:09:02 I installed other components. Maybe I...

I destroyed and recreated the vagrant box. 1. messing lepl (I had to do sudo pip install lepl, 2. avro 1.53 referenced in pig script, however, version 1.73 is installed....

1. Path and version discrepancies: cat mongo.pig /\* Set Home Directory - where we install software */ %default HOME `echo \$HOME/Software/` REGISTER $HOME/mongo-hadoop/mongo-2.10.1.jar REGISTER $HOME/mongo-hadoop/core/target/mongo-hadoop-core-1.1.0-SNAPSHOT.jar REGISTER $HOME/mongo-hadoop/pig/target/mongo-hadoop-pig-1.1.0-SNAPSHOT.jar Files: 269090 580...