-
I train a model and save it under the folder, then load the model to predict, but I get the error.
this is code
class Graphconv_Net(BaseNet):
def __init__(self, is_training, action_pa…
-
I trained a model, I want to try the predictions, I use your latest code, modify the `drive_nci60.sh` file, and then predict that I have a total of 11557 data, but the final prediction only gets 9245 …
-
Dear @hgaiser,
Thank you for your nice work.
If one wants to change the `aspect ratios` of anchor boxes for example to 0.7, which parts of the _training code_ and _inference code_ must be changed?
…
-
I have trained a model in python, and am trying to load it into C#.
I do, Function.Load(path, device), and I printed the inputs and outputs.
I noticed that there are actually two inputs, and 5 ex…
-
in train.py file, I change anchors_for_shape like this:
if sizes is None:
# sizes = [2 ** (x + 2) for x in pyramid_levels]
sizes = [2 ** x for x in pyramid_levels]
if rati…
-
Hi,
I met a problem with TextCNN.
The file contains the SMILES of small molecule fragments and their corresponding energies has been attached.
[test.zip](https://github.com/deepchem/deepchem/fi…
-
Hi,
I am using the following code
ip=Input(shape=(3,128,128))
x = CoordinateChannel2D(data_format="channels_first")(ip)
But i am getting some error.
ValueError: Dimension 1 in both shapes must be…
-
Almost exactly the same issue as https://github.com/ARMmbed/mbed-cli/issues/339
- mbed-cli: 1.8.1
- arm-none-eabi-g++ (GNU Tools for Arm Embedded Processors 7-2018-q2-update) 7.3.1 20180622 (relea…
-
python3.5
TensorFlow 1.3
Ubuntu 16.04.1
Minimum codes:
```
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import numpy as np…
-
import pandas as pd
import numpy as np
from fancyimpute import KNN
import matplotlib.pyplot as plt
from scipy.stats import chi2_contingency
While Executing this piece of …
ghost updated
6 years ago