Closed gcr closed 9 years ago
@gcr - try running the following:
while true; do bash -c "git pull origin && find . -iname '*.lua' -iname '*.py' | wc -l"; sleep 60; done
I'm pretty sure if you run that overnight it will take care of itself.
I just got off work for the day - am moving/cleaning/committing through the night :)
The core lib/utils used in all training code is now public as well as an example training the conditional mnist model from the appendix with c7e43bdddc846df35766275861141ef12ff9e14e. More examples will be added in the coming days/long weekend as we figure out etl code and data sharing/access for the bigger image datasets.
Bug: There is no source code for the model.
Expected Result: For source code to be released, since the project is titled
dgcan_code
:)How to reproduce:
Is there a schedule to release any code? Many thanks.