CRonaldo1997

Results 10 comments of CRonaldo1997

Hi, tks for your sharing. I met a problem ,when I run vl_compilenn it compains that: >> addpath matlab/ >> mex -setup MEX configured to use 'Xcode with Clang' for...

@peterWon Hi how can you run 'vl_compilenn' ? There is no this file in the directory, right?

@Snowty Thanks for your reply but I am 100% sure there is no this file in that directory downloaded from the link: [https://bitbucket.org/fayao/dcnf-fcsp/get/f66628a4a991.zip] ![screen shot 2018-03-21 at 11 27 05](https://user-images.githubusercontent.com/24342998/37693526-4775043c-2cfb-11e8-8fe6-cdb3c7f47113.png)...

@Snowty Thanks for your kindly help! When I run predict_depth.m, I met the following problem using mac, did you have the same problem? ![screen shot 2018-03-21 at 15 29 32](https://user-images.githubusercontent.com/24342998/37698314-2feee694-2d1d-11e8-80cb-8015dd39caac.png)

@Snowty thanks, I showed every data including the hidden ones but no .DS_Store_tmp.png there. So I used a clean "prep_scripts" folder and repeated all the process from the beginning, it...

@m1109619669 已解决: import torch import numpy as np from importlib import import_module import argparse import os import pickle as pkl parser = argparse.ArgumentParser(description="Classification based Transformer") parser.add_argument("--model",type=str, default="TextCNN") parser.add_argument("--dataset", type=str,default="THUCNews") parser.add_argument("--text",type=str...