(out_str)
| 65 | os.path.join(BASE_DIR, 'data/modelnet40_ply_hdf5_2048/test_files.txt')) |
| 66 | |
| 67 | def log_string(out_str): |
| 68 | LOG_FOUT.write(out_str+'\n') |
| 69 | LOG_FOUT.flush() |
| 70 | print(out_str) |
| 71 | |
| 72 | |
| 73 | def get_learning_rate(batch): |
no test coverage detected