-
- [ ] Search for architectures (especially convolutional networks) in scientific papers
- [ ] Document the research work in the main report document
- [ ] Suggest one, or more learning architecture
…
-
When using slim, it will cause memory leaks. The problem may be caused by nv’s onnx-graphsurgeon. so i have to use gc.collect() after slim().
-
I'm trying to flow this tuto [https://modelzoo.co/model/yolo-tensorflow](url)
i did try 3 ways
> flow --imgdir sample_img/ --model cfg/yolov2-tiny.cfg --load bin/yolov2-tiny.weights --json
> f…
-
where could i find this file?
thx
-
concat+cast fusion optimization
**Goal**
Optimize performance through concat+cast fusion
**Problem Description**
In some of recommendation model, for example, DLRM, after enabling bf16 in DeepR…
-
https://github.com/winnerineast/models-onnx/tree/master/text/machine_comprehension/bidirectional_attention_flow
https://github.com/winnerineast/models-onnx/tree/master/text/machine_comprehension/bert…
-
Hi,
I'm trying to import Pixelcnn++ (https://github.com/openai/pixel-cnn) into Lucid, specifically the pretrained cifar10 version. I've tried using both the current API and the experimental one doc…
-
I can't found the checkpoint file : TODO/videomae_pretrain_base_patch16_224_frame_16x4_tube_mask_ratio_0.9_e1600/checkpoint-1599.pth
-
Hello,
I was trying to import a custom model to use with lucid, and using the wiki page "https://github.com/tensorflow/lucid/wiki/Importing-Models-into-Lucid" . I installed Lucid v0.3.8 using pip.
W…
-