Code Monkey home page Code Monkey logo

Comments (4)

hmkim avatar hmkim commented on May 24, 2024 1

스크린샷 2020-12-08 오전 9 39 13

On your guide, there is no problem!

conda create -n deepscreen_env python=3.7
source activate deepscreen_env
pip install -r requirements.txt

Thank you!

from deepscreen.

tuncadogan avatar tuncadogan commented on May 24, 2024

Hi, unfortunately, I could not reproduce your error, it is running fine in our tests. Are you following the instructions provided in the readme before executing the command? In which platform you are running the code?

from deepscreen.

hmkim avatar hmkim commented on May 24, 2024

Hi @tuncadogan

$ conda create -n deepscreen_env python=3.7
$ conda activate deepsceren_env
$ git clone https://github.com/cansyl/DEEPScreen.git
$ cd bin
$ pip install -r requirements.txt
$ pip install torch==1.7.0+cu101 torchvision==0.8.1+cu101 torchaudio==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html # for GPU
$ python main_training.py --targetid CHEMBL286 --model CNNModel1 --fc1 256 --fc2 128 --lr 0.01 --bs 64 --dropout 0.25 --epoch 100 --en my_chembl286_training

Ubuntu 18.04.4 LTS

from deepscreen.

tuncadogan avatar tuncadogan commented on May 24, 2024

I checked the problem again given the information, it most probably is related to the additional libraries you install. From the messages:

"There was a problem during training performance calculation!"
"There was a problem during validation performance calculation!"
"There was a problem during test performance calculation!"

it is evident that predictions could not be calculated at all (for any of the epochs), indicating a problem related to torch. Please try again, this time without installing those additional libraries.

from deepscreen.

Related Issues (14)

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.