dbl
dbl
In grunt, the error happens on this line: vagrant@vagrant-ubuntu-trusty-64:~/agiledata/book-code/ch03/pig$ pig -x local 2014-08-14 22:44:40,741 [main] INFO org.apache.pig.Main - Apache Pig version 0.11.1 (r1459641) compiled Mar 22 2013, 02:13:53 2014-08-14 22:44:40,745...
Mongodb appears to be fine: vagrant@vagrant-ubuntu-trusty-64:~/agiledata/software/mongodb-linux-x86_64-2.6.3/bin$ ./mongo MongoDB shell version: 2.6.3 connecting to: test > help > db.help() help on db methods > db.mycoll.help() help on collection methods > sh.help()...
It’s a work in progress. I tried to get things working on my Mac when I got stuck in the Vagrant box. I’m stuck on the Mac with what looks...
This is a chapter 5 example. (Is this the older Avro version? If yes, what’s the correct version?) vagrant@vagrant-ubuntu-trusty-64:~/agiledata/book-code/ch05$ cat avro_to_mongo.pig /\* Set Home Directory - where we install software...
Understood! :-) Thanks for you help! > > If you do not set HADOOP_HOME, by default Pig will run with the embedded version, currently Hadoop 1.0.0.) > > I tried...
Hi Charles, Did you have a chance to investigate the issues in #14? Thanks in advance. Best, -Dave On Aug 14, 2014, at 6:43 PM, David Laxer [email protected] wrote: >...
I get the same error with the current branch: ``` Error(s) in loading state_dict for SimpleNet: size mismatch for linear1.weight: copying a param with shape torch.Size([128, 3]) from checkpoint, the...
Correct. I was trying to get the code to work with ‘MPS’. Bad idea? > On Jan 19, 2023, at 9:41 AM, Colin Flaherty ***@***.***> wrote: > > > Quick...
‘MPS’ is Apple’s Metal Performace Shader API. ‘MPS’ is Apple’s replacement for CUDA on M1, M2, AMD, ... > On Jan 19, 2023, at 9:48 AM, Colin Flaherty ***@***.***> wrote:...
Perhaps: ``` vocab_size = embed_matrix.shape[0] if load_embeds else len(idx_to_word) ```