rxn_yields icon indicating copy to clipboard operation
rxn_yields copied to clipboard

Code complementing our manuscript on the prediction of chemical reaction yields (https://iopscience.iop.org/article/10.1088/2632-2153/abc81d) and data augmentation strategies (https://doi.org/10.26434...

Results 7 rxn_yields issues
Sort by recently updated
recently updated
newest added

I want to get embeddings from last hidden state, but I can't do it, because my **output** has no param **last_hidden_state**. But I got the embeddings this way: **1. Load...

Got this error: when I ran `pip install -e .` ``` Obtaining file:///home/jupyter/rxn_yields ERROR: Command errored out with exit status 1: command: /opt/conda/envs/rxnfp/bin/python -c 'import io, os, sys, setuptools, tokenize;...

Hello, I would like to ask you a question, I sent the screenshot, can you take a look at it for me, the first picture is an error report, the...

Resolved the following error ``` File "training_scripts/launch_suzuki_miyaura_training.py", line 13, in from rxn_yields.core import SmilesTokenizer, SmilesClassificationModel ImportError: cannot import name 'SmilesTokenizer' from 'rxn_yields.core' (/content/rxn_yields/rxn_yields/core.py) ```

The code in "nbs/02_uspto_data_exploration.ipynb": `gram_smoothed_df = pd.read_csv('../data/uspto/yields_above_smooth_200622.tsv', sep='\t', index_col=0) ` and `milligram_smoothed_df = pd.read_csv('../data/uspto/yields_below_smooth_200622.tsv', sep='\t', index_col=0)`. But there is no these two smooth files in the folder taht downloaded from...

I am trying to using a model I already pretrained as a starting point for fine-tuning. However, the process does not seem to work as it does when I start...