Coder Social home page Coder Social logo

huji-deep / generative-convacs Goto Github PK

View Code? Open in Web Editor NEW
25.0 9.0 9.0 84 KB

Experiments from the article "Tensorial Mixture Models"

License: MIT License

Python 100.00%
neural-network deep-learning generative-model research tensor tensor-decomposition article experiments caffe missing-data

generative-convacs's People

Contributors

orsharir avatar ronentk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

generative-convacs's Issues

ght_model, train plan not valid

Hello,

After I compiled caffe,

I tried to run "run.py" in/TMM/exp/mnist/ghp_model/train

I got this:

**All required datasets are present.
Generating pre-trained model:

All required datasets are present.
Invalid train plan!

Try python hyper_train.py --help for more information
Error calling hyper_train script
=============== DONE ===============
Invalid train plan!

Try python hyper_train.py --help for more information
Error calling hyper_train script**

I looked up "hyper_train.py" but I am not sure how to fix this error.

Cannot do 'make all'

Hello,
I already installed Caffe in my computer but I am getting an error.
When I do 'make all' in ~/TMM/deps/siments I got this:

PROTOC src/caffe/proto/caffe.proto
CXX .build_release/src/caffe/proto/caffe.pb.cc
CXX src/caffe/layers/absval_layer.cpp
In file included from ./include/caffe/layer.hpp:12:0,
from ./include/caffe/layers/absval_layer.hpp:7,
from src/caffe/layers/absval_layer.cpp:3:
./include/caffe/util/math_functions.hpp:140:1: error: ‘forceinline’ does not name a type
forceinline device host int8_t caffe_sign(Dtype val) {
^
./include/caffe/util/math_functions.hpp: In function ‘void caffe::caffe_cpu_sign(int, const Dtype*, Dtype*)’:
./include/caffe/util/math_functions.hpp:160:42: error: ‘caffe_sign’ was not declared in this scope
DEFINE_CAFFE_CPU_UNARY_FUNC(sign, y[i] = caffe_sign(x[i]));
^
./include/caffe/util/math_functions.hpp:155:7: note: in definition of macro ‘DEFINE_CAFFE_CPU_UNARY_FUNC’
operation;
^
./include/caffe/util/math_functions.hpp:160:58: error: expected primary-expression before ‘>’ token
DEFINE_CAFFE_CPU_UNARY_FUNC(sign, y[i] = caffe_sign(x[i]));
^
./include/caffe/util/math_functions.hpp:155:7: note: in definition of macro ‘DEFINE_CAFFE_CPU_UNARY_FUNC’
operation;
^
Makefile:572: recipe for target '.build_release/src/caffe/layers/absval_layer.o' failed
make: *** [.build_release/src/caffe/layers/absval_layer.o] Error 1

My OS is ubuntu 16.04.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.