-
Notifications
You must be signed in to change notification settings - Fork 284
AttributeError: module 'minirts' has no attribute 'ContextOptions' #111
Comments
Download miniconda and install.wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O $HOME/miniconda.sh Add the following to ~/.bash_profile (if you haven't already) and source it:export PATH=$HOME/miniconda3/bin:$PATH Create a new conda environment and install the necessary packages:conda create -n elf python=3 If you use cuda 8.0, try conda install pytorch cuda80 -c soumithconda install pytorch -c soumith pip install --upgrade pip Install cmake >= 3.8 and gcc >= 4.9This is platform-dependent.If you use AWS, you can just skip this.Install tbbFor ubuntusudo apt-get install libtbb-dev For Fedora / CentOSsudo yum install libtbb-devel Clone and build the repository:cd ~ Make sure that python3 is the alias of pythonalias python3=$HOME/miniconda3/bin/python Train the modelsh ./train_minirts.sh --gpu 0 At the front was the tutorial I followed, and at the training step, when I ran sh ./train_minirts.sh --gpu 0, it came out |
Lausichen, your solution here: |
thanks |
@alatyshe hey!alatyshe,have you solved this problem? I come up with this same problem. really confused. |
nope, i stack on it. |
same problem bro @alatyshe , have you find any solutions? It seems that I'm not building the “minirst” module right, all I got is a folder with some cmake stuff in it. |
Maybe you used different python version. |
@alatyshe hey, have you solved this problem?I dont know how to do |
@huzhanming16 Why not trying Leela. |
@fantianwen so no one solved it? |
Get this error when try to run train_minirts.sh:
Can somebody help please with it?
The text was updated successfully, but these errors were encountered: