-
Dear All,
I revised the backbone architecture, so I need to train a model from scratch (without using the pretrain .h5 file). I just comment out the 'model.load_weight', however, the result i…
-
```
Need documentation (and unit tests) for creating a DICOM file from scratch
using pydicom
```
Original issue reported on code.google.com by `darcymason@gmail.com` on 6 Apr 2010 at 11:20
-
Say I had initialized and done a backup of /data and then deleted the local directory. How do I restore this directory now? Do I need to have saved /data/.duplicacy prior to deleting /data? Looking at…
-
I am looking at the training code. Is there a script to generate 'denoise_data9.h5' from the raw audio + noise examples?
delip updated
5 years ago
-
I had a little trouble getting this running so I wanted to leave notes here.
After installing nvidia-docker, I ran:
```
$ git clone https://github.com/bkj/cuda_auction.git && cd cuda_auction
$…
-
Hello! I want to create an SGD Regressor algorithm from scratch.
-
Hi,
Training the self supervised model from scratch takes a lot of time on 1 GPU machine. For the data that I have, it takes ~8hrs to train for 1 epoch.
Apart from increasing the GPU count, do w…
-
-
After reading the tutorial "02 - Create a PE from scratch", I am wondering is it possible to create an ELF from scratch. I tried
```py
from lief import ELF
binary = ELF.Binary('test', ELF.ELF_CLAS…
-
Everything seems fine except the eyes movement. It seems my model doesn't correctly capture eyes movement from driving videos. It's now 300k steps, should I wait for more steps? Are there any more par…