flashlight icon indicating copy to clipboard operation
flashlight copied to clipboard

A C++ standalone library for machine learning

Results 136 flashlight issues
Sort by recently updated
recently updated
newest added

This was printed every time any Flashlight program runs. Also, doesn't seem to be formatted correctly

CLA Signed

Add a SpanDataset to simplify splitting training and validation data from merged initial datasets **Original Issue**: closes #976 ### Summary As explained in the issue, this feature simplifies splitting up...

enhancement
CLA Signed

### Feature Description Not all datasets can be easily split ahead of time, a SpanDataset would allow splitting up datasets after the fact by specifying an offset and bound for...

enhancement

Differential Revision: D38361961

CLA Signed
fb-exported

[CMakeOutput.log](https://github.com/flashlight/flashlight/files/9257431/CMakeOutput.log) [CMakeError.log](https://github.com/flashlight/flashlight/files/9257432/CMakeError.log)

question

Summary: Add `TensorTracer` which derives from `DefaultTracer` but specializes how to string trace `Tensor`s to include more relevant metadata including: - device ID - backend name - memory address -...

CLA Signed
fb-exported

Summary: Introduce an interface to build tensor op traces to string. Enables exports to the memory optimizer/other compute platforms. Small op set == simple to ensure every op has a...

CLA Signed
fb-exported

**IMPORTANT: Please do not create a Pull Request without creating an issue first.** Changes *must* be discussed. **Original Issue**: [corresponding issue on Github] *Note:* You can add `closes #[issue number]`...

I followed the instruction building the flashlight. Then , bugs occur "CMakeFiles/cmTC_65fb7.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'" "/home/research/jiayang/data2vector/flashlight/bindings/python/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: filesystem: No such file or directory #include...

bug

### Question I follow [this instruction]() to install python-flashlight, but get some errors. ![image](https://user-images.githubusercontent.com/49814644/158021650-6b7f14ca-357a-46f3-8028-89c9e1272ab3.png) #### Additional Context ![image](https://user-images.githubusercontent.com/49814644/158021610-3265b047-aeb4-4a83-9ffc-c03143fb861a.png)

question