Yonatan Bitton

Results 22 issues of Yonatan Bitton

Hello I have an MLMultiArray in shape `(1, 64, 48, 26)` that I need to transpose to shape `(1, 26, 64, 48)`. How can I do it? Equivalent python code:...

Hello. I am trying to use the Docker installation. I follow the instructions here (GPU): https://github.com/BVLC/caffe/tree/master/docker These commands work, but I dont have `_caffe`: ```python (cc) (base) [ec2-user@ip-172-31-46-120 bottom-up-attention]$ nvidia-docker...

### Issue summary Following the instructions here: http://caffe.berkeleyvision.org/installation.html#compilation Working on RHEL / Fedora / CentOS Installation The first lines: ``` sudo yum install protobuf-devel leveldb-devel snappy-devel opencv-devel boost-devel hdf5-devel sudo...

Hello. I need to execute simple inference for Image-text retreival, I want a score for image and a caption, as presented [here for ViLT](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/ViLT/Using_ViLT_for_image_text_retrieval.ipynb). I've installed the package, and running...

Hello This is the code i'm trying to run: ``` X_train, y_train = prepare_data_for_ml(X_train, y_train) y_train, y_test = prepare_data_for_ml(X_test, y_test) clf = HungaBungaClassifier() clf.fit(X_train, y_train) clf.predict(X_test) ``` That's the error:...

Hello I take your original github implementation, with the `mv2_cpm.cfg` config file and the `network_mv2_cpm.py`. I trained a model for 24K steps and produced `.pb` model file. Your `.pb` file...

Hello. I am trying to follow the instructions you provide for the coneptual-captions feature extraction. I am having problems with using the caffe. I also opened an issue in caffe...

Hey, thanks for the your work. I am trying to follow the instructions here: https://github.com/jackroos/VL-BERT/blob/master/data/conceptual-captions/ReadMe.txt But I am having problems with the caffe installation. Is there a chance to upload...

Hello. I want to pre-train myself. I try running the CMD here: https://github.com/ChenRocks/UNITER#pre-tranining ``` horovodrun -np 8 python pretrain.py --config config/pretrain-indomain-base-8gpu.json \ --output_dir $PRETRAIN_EXP ``` (after launching the docker) But...

Is there any mobile implementation? Androis / iOS? Thanks