issues
search
melodyguan
/
enas
TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"
https://arxiv.org/abs/1802.03268
Apache License 2.0
1.58k
stars
390
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Process finished with exit code -1073741571 (0xC00000FD)
#121
LinzheCAI
opened
2 years ago
0
output ENAS
#120
rifaadev
opened
2 years ago
0
Unknown data_format
#119
rifaadev
opened
3 years ago
0
Library requirements
#118
pottekkat
opened
3 years ago
0
About the architecture
#117
kingstenzzz
opened
4 years ago
0
Enas
#116
tareq76787
opened
4 years ago
0
How to cumpute the gradients of controller variables?
#115
WuYunfan
closed
4 years ago
1
The output of micro search
#114
LucyChen0228
opened
4 years ago
1
Not able to run on GPU
#113
tkanvar
opened
4 years ago
1
How much memory to run the cifar10 example
#112
qtz93
opened
5 years ago
4
CNN architechure search run error on tensorflow1.13
#111
pingguokiller
opened
5 years ago
0
How to restore final trained model??
#110
techjjun
opened
5 years ago
0
Which version of tensorflow should I use?
#109
munian-ustc
opened
5 years ago
2
enas_PTB child model
#108
HaleyQH
closed
4 years ago
0
what is the batch size for the sampling?
#107
JiahaoYao
opened
5 years ago
2
Reproducibility of the results from the paper (RNN) on new repository
#106
pingguokiller
closed
5 years ago
0
Understanding of the output of the NAS
#105
JiahaoYao
opened
5 years ago
5
Do you have plans to update this project to Tensorflow2.0?
#104
heartInsert
opened
5 years ago
0
potential change of NHCW to NHWC in micro_child.py
#103
ambrishrawat
opened
5 years ago
0
Fix Bugs of Model Structure and Learning Rate
#102
a00012025
opened
5 years ago
0
Adapting ENAS for chess
#101
LothairKizardjian
closed
5 years ago
0
Attention maps in the code
#100
JiahaoYao
opened
5 years ago
0
I have read the enas paper,which says that weight sharing is used for efficiency. Any one can tell me which part of the code realize the weight sharing?Thanks a lot!
#99
berisfu
opened
5 years ago
4
Parameter description
#98
JadBatmobile
opened
5 years ago
0
Graphs of accuracy and loss during final training process
#97
dhlee-jubilee
opened
5 years ago
1
How to get logits of validation/test?
#96
dhlee-jubilee
closed
5 years ago
0
How to use the well-trained model
#95
Ezereal
opened
5 years ago
1
coordinator stopped with threads still running
#94
lazarusA
opened
5 years ago
6
How many number filters for macro child to reproduce the results in the paper
#93
nott0
opened
5 years ago
1
suggestions on c++ version ?
#92
meiniangpp
opened
5 years ago
0
Longer training time for each batch after some steps
#91
SiZuo
opened
5 years ago
0
Skip connections
#90
TopTea1
opened
5 years ago
0
ENAS child model creation error
#89
samra-irshad
opened
5 years ago
2
Question about “whole channels”
#88
koala719
opened
5 years ago
3
Micro child reduction layers
#87
alexrakowski
opened
5 years ago
0
How to find last tensor(operation/name) for inference stage?
#86
dhlee-jubilee
opened
5 years ago
1
Not found in checkpoint error
#85
prabhant
closed
5 years ago
0
Parameter sharing for skip connections
#84
remykarem
closed
5 years ago
2
Possible Bug in in micro_child.py
#83
yashkant
opened
5 years ago
2
Does this architecture searching provide a fixed input image size 32 x 32 x 3 (cifar10)
#82
dhlee-jubilee
closed
5 years ago
0
What is the parameter "search_whole_channels" in class GeneralController mean ?
#81
svjack
closed
5 years ago
1
Does the code support Multi GPUs?
#80
marsggbo
opened
6 years ago
0
How to transfer to the larger data, like 300*300?
#79
marsggbo
opened
6 years ago
10
How to get final architecture based on the output of micro_search?
#78
SiZuo
opened
6 years ago
2
changes for python 3
#77
philtomson
opened
6 years ago
0
parameter 'self.whole_channels' in 'general_child.py' for cifar10 task
#76
SiZuo
closed
6 years ago
0
Could you clarify why the `num_outs` is counted with `tf.where(tf.equal(used, 0))` ?
#75
hubert0527
opened
6 years ago
0
Running marco search with different dataset
#74
manhquang144
closed
6 years ago
0
Error while running macro search for cifar 10
#73
ManasiPat
opened
6 years ago
4
add ability to pass architecture string to ptb_final.sh on commandline
#72
philtomson
opened
6 years ago
0
Next