GithubHelp home page GithubHelp logo

gtn's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gtn's Issues

Can't reproduce NAS results

Hi,
I've been trying to reproduce the NAS results but I'm not really getting there.
I've trained a generator on CIFAR10 for 2000 iterations and then ran the architecture search with following hyperparameters:
`{
"noise_size": 128,
"inner_loop_init_lr": 0.02,
"lr": 0.0,
"final_relative_lr": 1e-1,
"inner_loop_init_momentum": 0.5,
"generator_batch_size": 128,
"meta_optimizer": "adam",
"adam_beta1": 0.9,
"adam_beta2": 0.9,
"adam_epsilon": 1e-5,
"meta_batch_size": 256,
"validation_learner_type": "enas",
"use_intermediate_losses": 16,
"num_inner_iterations": 128,
"num_meta_iterations": 800,
"dataset": "CIFAR10",
"learner_type": "enas",
"step_by_step_validation": false,
"randomize_width": false,
"use_dataset_augmentation": 1,
"generator_type": "cgtn",

"logging_period": 1,
"use_encoder": false,
"training_iterations_schedule": 0,
"gradient_block_size": 1,
"training_schedule_backwards": false,
"warmup_iterations": 0,
"enable_checkpointing": true,
"meta_learn_labels": false,
"iteration_maps_seed": true,
"load_from": "checkpoints/checkpoint_2000.pt"

}`

It works but my results are noticeably worse than yours, am I missing something?

ModuleNotFoundError: No module named 'custom_backward_cpp'

Environment:
MacOS 10.13.6
Installed pytorch==1.2, mpi4py, fire with conda. horovod with pip

Error:
$ python train_cgtn.py .
Traceback (most recent call last):
File "train_cgtn.py", line 24, in
from models import Classifier, Generator, Encoder, sample_model
File "/Users/jayurbain/Dropbox/GTN/models.py", line 479, in
from exconv import ExConv2d
File "/Users/jayurbain/Dropbox/GTN/exconv.py", line 16, in
import custom_backward_cpp
ModuleNotFoundError: No module named 'custom_backward_cpp'

Any direction would be appreciated.
Thanks,
Jay

Where was the cifar-10 uploaded

Hello,

I found that the torchvision dataset was called, but it didn't really use the cifar10 dataset. Why the architecture search process didn't use the cifar10 dataset?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.