-
As I can serve the same model with different version using model_file_config. For example, I can load **all version** of inception model. But, when I run the client, I can only get **one result**.
…
-
## CLI change proposal from the meeting on 2017-09-07
- main command: kipoi
- subcommand: modelzoo
- `kipoi modelzoo predict ...` instead of `modelzoo predict ...`?
- subcommand: interpret
…
-
We should try to successfully import all the models from Caffe ModelZoo to see if some layers are not working.
Consequently fix or add the missing the layers into the IDE.
https://github.com/BVL…
-
~61%~~64%~70%
Remaining:
```
lucid/optvis/transform.py 74 57 23%
lucid/optvis/objectives.py 203 133 34%
lucid/optvis/param/lowres.py …
-
I just overwrite CustomDatasets to eval my data, and for test, I try to use a very little datasets(only ten picture) to train base on `cascade_mask_rcnn_r50_fpn_1x.py`(change 81class to 1023 class, ),…
-
Keras supports recurrent layers like LSTM / RNN / GRU etc. Right now model zoo for Fabrik doesn't contain any examples of network that uses these layers.
We should add a few examples to demonstrat…
-
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug…
-
### List all available models
Returns a pandas data.frame
```python
df = modelzoo.list_models()
df
```
Columns:
- **id**
- source
- model
- ?extractor?
- local_path - None if not pu…
-
Tensorpack-zoo has ResNet models (as .npy files).
What is the right way to resume training from the uploaded .npy models?
I am using
`python imagenet-resnet.py --gpu 0,1,2,3 --data /tank/imagenet…
-
hello, i have tried to load my model trained with neon 2.0 as well as the pretrained model available in the modelzoo returning the same error, only if i train a new model in neon 2.3.0 i am also able …