DSUTensor

Results 5 comments of DSUTensor

if you want just input rom name , ale.py 50 line **change code** > ale.loadROM(rom_filename) to import atari_py self.game_path = atari_py.get_game_path(rom_filename) ale.loadROM(self.game_path) > and cmd : python demo_a3c_ale.py space_invaders trained_model/space_invaders_lstm/80000000_finish.h5...

Did you check 'dataFolder' and 'source' Directory ? (lmdb_trainVal) i had same problem. 'lmdb_trainVal' directory is wrong

how about ' keras model to caffe'? tensorflow model can make keras model

'label' is two value-> (1, 0.0) first value is subjects label text count , second is.. I don't know. so I change like this -> label_text = subjects[label[0]] it's work.

change code : => public override bool Equals(object obj) => obj is V3D v && v.X == X && v.Y == Y && v.Z == Z; public override bool Equals(object...