xslittlegrass

Results 8 issues of xslittlegrass

It seems that the URL for VGG model is not correct in the description. The model is located at http://www.mxnet.io/models/imagenet/vgg/ instead of http://data.dmlc.ml/mxnet/models/imagenet/vgg

The URL for the model is not correct, it has been corrected now.

Thanks for sharing. Are the default parameters in the code the same as those used in your [post](https://chunml.github.io/ChunML.github.io/project/Creating-Text-Generator-Using-Recurrent-Neural-Network/)? And how large is your training data (Harry Potter series)?

### Describe the bug Dataset is 10X slower when applying trivial transforms: ``` import time import numpy as np from datasets import Dataset, Features, Array2D a = np.zeros((800, 800)) a...

I encountered an error when using tensorflow 1.0: ``` Traceback (most recent call last): File "rnn.py", line 142, in data["train"]["data"], training=True, testing=False) File "/Users/xslittlegrass/Downloads/music_rnn/util.py", line 190, in run_epoch state =...

In the site of YOLO there are many pretrained weights available, is it possible to load the pretrained weights from the .weights file of YOLO (for instance tiny YOLO)?

I'm trying to run StreetSurf with my own dataset (only posed camera data) and have a few questions and I'm wondering whether you can help with that. I'm doing these...

I have some drive data in the Instant-NGP data format, what would be an easy way to try StreetSurf on that? Moreover, I have one front camera and two side...